implement another try-finally corner case (the Py3 way only for now!): reraising...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 11 Jan 2014 14:07:41 +0000 (15:07 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 11 Jan 2014 14:07:41 +0000 (15:07 +0100)
commit1955a53e912243fa1ca2003187070c7f98ea07d5
tree235afd0bcbedc2a82588731c79bd62f12a77cdd7
parent4a25f1c17a4eed19ba4f95a597aec6a75c45be07
implement another try-finally corner case (the Py3 way only for now!): reraising a fresh exception in the finally clause
CHANGES.rst
Cython/Compiler/Nodes.py
tests/run/tryfinally.pyx