]> granicus.if.org Git - python/commit
Plug leak of stack frame object in exception handling code.
authorGuido van Rossum <guido@python.org>
Tue, 20 May 1997 17:06:11 +0000 (17:06 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 20 May 1997 17:06:11 +0000 (17:06 +0000)
commitdf4c308f5a3a4529bb63432c21f0a9c63426ae45
tree5daf5878b31f654e13c7855f187d6f283aeb059b
parent32f92caa98eb6d513eb4850d23570c7fbbe61cd4
Plug leak of stack frame object in exception handling code.
Also delay DECREF calls until after the structures have been updated
(for reentrancy awareness).
Python/ceval.c