fix function declarations inside of 'with' blocks
authorStefan Behnel <scoder@users.berlios.de>
Mon, 25 Apr 2011 05:34:49 +0000 (07:34 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 25 Apr 2011 05:34:49 +0000 (07:34 +0200)
commitd88716c78588f7825baf5ea9847e4dde8625e30b
tree839058793e52d74fba7b21aeb87bbb94e7fa3c6c
parent00d29b767d8f938e30a787403cd56e0a2f4dcea6
fix function declarations inside of 'with' blocks
Cython/Compiler/Nodes.py
tests/run/withstat_py.py