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)
commit00d29b767d8f938e30a787403cd56e0a2f4dcea6
tree117cf5d53e42805721d074f6c9e6fe3f13ac1b09
parent402cc4b92a58fc04228503f602576e5fa9e1d3b4
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