2001-01-25 20:11:23 +00:00
|
|
|
test_scope
|
|
|
|
1. simple nesting
|
|
|
|
2. extra nesting
|
|
|
|
3. simple nesting + rebinding
|
|
|
|
4. nesting with global but no free
|
|
|
|
5. nesting through class
|
|
|
|
6. nesting plus free ref to global
|
|
|
|
7. nearest enclosing scope
|
|
|
|
8. mixed freevars and cellvars
|
|
|
|
9. free variable in method
|
|
|
|
10. recursion
|
|
|
|
11. unoptimized namespaces
|
|
|
|
12. lambdas
|
2001-02-05 17:35:20 +00:00
|
|
|
13. UnboundLocal
|
2001-02-09 22:56:46 +00:00
|
|
|
14. complex definitions
|
2001-03-01 20:35:45 +00:00
|
|
|
15. scope of global statements
|