make except-as delete the target after the except clause
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 26 Jan 2013 12:06:57 +0000 (13:06 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 26 Jan 2013 12:06:57 +0000 (13:06 +0100)
commit69f163fb641d1882151d7b4f9255f19abce80006
treef645f65d6d92781bf06163aef48e9de01381ee58
parent48c6bb4ce199adee92fffde021645ce445c71b79
make except-as delete the target after the except clause
Cython/Compiler/FlowControl.py
Cython/Compiler/Nodes.py
Cython/Compiler/Parsing.py
tests/run/moduletryexcept.pyx
tests/run/tryexcept.pyx