fix 'with' statement at module scope by reactivating old temp code for it
authorStefan Behnel <scoder@users.berlios.de>
Sat, 23 Apr 2011 18:27:25 +0000 (20:27 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 23 Apr 2011 18:27:25 +0000 (20:27 +0200)
commite89ad8c867ae03319eef9fbec96fbf0518620779
tree8c4dce5e0dd9c9ad550c4a2fade2ce604ca26940
parent5c1ef360f37c599495b134e76ec20143a98b4114
fix 'with' statement at module scope by reactivating old temp code for it
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/TreeFragment.py
tests/bugs.txt
tests/run/with_statement_module_level_T536.pyx