fixed ref-count bug in try-except handling 0.10.1
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)
commitbc07e3397e0305982f985eecb1f73cdac557e60e
treeb2ba4386ca28c995ef6983d08d7a23bd7619096f
parentbc80f4d275a2e9240951fcbf90350d6cd9afcf0e
fixed ref-count bug in try-except handling
Cython/Compiler/Nodes.py
tests/run/exceptionrefcount.pyx [new file with mode: 0644]