2001-01-25 16:11:23 -04: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 13:35:20 -04:00
|
|
|
13. UnboundLocal
|
2001-02-09 18:56:46 -04:00
|
|
|
14. complex definitions
|
2001-03-01 16:35:45 -04:00
|
|
|
15. scope of global statements
|
2001-03-12 22:01:12 -04:00
|
|
|
16. check leaks
|
2001-03-21 12:44:39 -04:00
|
|
|
17. class and global
|
|
|
|
18. verify that locals() works
|
2001-04-26 23:29:40 -03:00
|
|
|
19. var is bound and free in class
|
2001-05-08 01:08:59 -03:00
|
|
|
20. interaction with trace function
|
2001-12-13 15:47:51 -04:00
|
|
|
20. eval and exec with free variables
|
2001-10-18 13:23:11 -03:00
|
|
|
21. list comprehension with local variables
|
2002-04-20 01:51:39 -03:00
|
|
|
22. eval with free variables
|