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)
commit0946dfdf55a4c92a6a8b60495a5821c931edf85b
tree6e8dee2c04a02d60ef79cee43011a282d866ed79
parent0c80eabb226b002572e3346715d2ab04bff42079
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]