move 'with' statement implementation back into WithTransform to fix 'with' statement...
authorStefan Behnel <scoder@users.berlios.de>
Sun, 24 Apr 2011 23:09:26 +0000 (01:09 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 24 Apr 2011 23:09:26 +0000 (01:09 +0200)
commit8445af770e703ea3b53bca4906e09b4835cb8f4b
tree117cf5d53e42805721d074f6c9e6fe3f13ac1b09
parent7a6108148e93bea6c522e9d5876e3421c087f657
move 'with' statement implementation back into WithTransform to fix 'with' statement usage for compiler directives
Cython/Compiler/Main.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py