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)
commitdafd5e0e29ac340f8f35e7a119b90ba60a2cc002
tree839058793e52d74fba7b21aeb87bbb94e7fa3c6c
parent8445af770e703ea3b53bca4906e09b4835cb8f4b
fix function declarations inside of 'with' blocks
Cython/Compiler/Nodes.py
tests/run/withstat_py.py