]> granicus.if.org Git - python/commit
handle_system_exit(): This leaked the current exception info, in
authorTim Peters <tim.peters@gmail.com>
Sat, 19 Apr 2003 18:47:02 +0000 (18:47 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 19 Apr 2003 18:47:02 +0000 (18:47 +0000)
commitcf615b52750f557d3c1d4fd8ba9142158e369acd
treeef8c527cdce494e7e0efe283e5b4c3f7670563b0
parent53f72d7dcd373106cad3b4dbe6b83d2be0fc4e12
handle_system_exit():  This leaked the current exception info, in
particular leaving the traceback object (and everything reachable
from it) alive throughout shutdown.  The patch is mostly from Guido.

Bugfix candidate.
Python/pythonrun.c