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)
commitc147fe6d38c5fd10e196bfc1c9728e28ec3d9ff3
tree8c4dce5e0dd9c9ad550c4a2fade2ce604ca26940
parent771071fd49d2b295f8b0c199dbb1c239487ca066
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