reimplement 'with' statement using dedicated nodes, instead of a generic transform
authorStefan Behnel <scoder@users.berlios.de>
Sun, 24 Apr 2011 22:15:34 +0000 (00:15 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 24 Apr 2011 22:15:34 +0000 (00:15 +0200)
commitf982ac038ed4282fa9dbf77bcebfa717e449b696
tree6e8dee2c04a02d60ef79cee43011a282d866ed79
parent5970da0ae004b67682bcbba4c202be13319d42cd
reimplement 'with' statement using dedicated nodes, instead of a generic transform

--HG--
rename : tests/run/withstat.pyx => tests/run/withstat_py.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/Main.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
runtests.py
tests/run/withstat.pyx
tests/run/withstat_py.py [new file with mode: 0644]