fix scoping rules for comprehensions and inlined generator expressions by injecting...
authorStefan Behnel <scoder@users.berlios.de>
Sun, 23 May 2010 21:10:34 +0000 (23:10 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 23 May 2010 21:10:34 +0000 (23:10 +0200)
commitc1e8c914c43de905cfb5b8a52da872cf7e08ee44
tree5e60fb25c6a841d0019804f021268db2d6211167
parent140a9be0f35b1eec9796207ce03fbd7b791c6a72
fix scoping rules for comprehensions and inlined generator expressions by injecting a separate scope instance
Cython/Compiler/ExprNodes.py
Cython/Compiler/Naming.py
Cython/Compiler/Optimize.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Symtab.py
Cython/Compiler/UtilNodes.py
tests/run/all.pyx
tests/run/any.pyx
tests/run/locals_expressions_T430.pyx