]> granicus.if.org Git - python/commit
Missing DECREFs when exception is raised in sys.excepthook.
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 7 Dec 2001 15:35:35 +0000 (15:35 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 7 Dec 2001 15:35:35 +0000 (15:35 +0000)
commit0702858d733e1ab37e3e7bb6258557fd7aca3d10
treea736c327b08ff793f2b70b9cf7e8fca6117bb19b
parent038215ab0c8157b00f9112a7be245abf1fbccb16
Missing DECREFs when exception is raised in sys.excepthook.

Bug fix candidate for 2.1 branch.

(I imagine the other recent leak patches are bug fix candidates, too,
but I forgot to mark mine as such.)
Python/pythonrun.c