fixed ref-count bug in try-except handling
authorStefan Behnel <scoder@users.berlios.de>
Mon, 17 Nov 2008 13:35:05 +0000 (14:35 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 17 Nov 2008 13:35:05 +0000 (14:35 +0100)
commit87c39bdb6a3b305bdc50ea5b40ab4ea9491512aa
tree7496ba856204ebee30c32146d90cb95163200aad
parent562dbd1f1919ee026d8fa874e143585aed3d09e1
fixed ref-count bug in try-except handling
Cython/Compiler/Nodes.py
tests/run/exceptionrefcount.pyx [new file with mode: 0644]