back up and restore complete exception state around 'finally' clauses; move current...
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 31 Dec 2013 10:02:27 +0000 (11:02 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 31 Dec 2013 10:02:27 +0000 (11:02 +0100)
commitfc2de4343a28d6f7928e9c63b3796105262d3f5d
tree8f445e2c1e05004e436349aa0753378890229309
parent7be3a01506c3f52cfeddc1926fc735621750dcd7
back up and restore complete exception state around 'finally' clauses; move current exception into sys.exc_info in Py3 to match Py3 semantics
Cython/Compiler/Nodes.py
Cython/Utility/Exceptions.c
tests/run/tryfinally.pyx