fix cross-closure analysis for names redefined inside of a closure function
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 29 Dec 2012 15:28:06 +0000 (16:28 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 29 Dec 2012 15:28:06 +0000 (16:28 +0100)
commit5690000c82e452be38054cca2e5c09a2b5541387
tree4f552cfcf843e964b2903affcf26ddabc525c364
parent61e4baf6bef6f438f938705ebc499387a5419db6
fix cross-closure analysis for names redefined inside of a closure function
Cython/Compiler/FlowControl.py
Cython/Compiler/Optimize.py
tests/run/closure_inlining.pyx