rewrite except-as semantics using try-finally - seems to be the easiest way to get...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 26 Jan 2013 21:24:46 +0000 (22:24 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 26 Jan 2013 21:24:46 +0000 (22:24 +0100)
commitb03f0a200b6b1ad603e332b170aa076e37f84df1
treee37cc52b9d4cc841694bd29359ec7683b393d2e7
parent1dc2a10133fdef106520b708d0f7912cf639ef89
rewrite except-as semantics using try-finally - seems to be the easiest way to get flow control analysis working for all cases
Cython/Compiler/ExprNodes.py
Cython/Compiler/FlowControl.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
tests/run/cython3.pyx