]> granicus.if.org Git - python/commit
Don't store the exception info from an unhandled exception in a thread
authorGuido van Rossum <guido@python.org>
Fri, 6 Feb 1998 22:32:08 +0000 (22:32 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 6 Feb 1998 22:32:08 +0000 (22:32 +0000)
commit40769dd073bdc9c3ceb8082bd080158772e715ec
tree3ee7ba37d17dc94f1d40577bf79a7fcaf78283d0
parent919b83d5221cf85585ab99347e427f384e0083c8
Don't store the exception info from an unhandled exception in a thread
in sys.last_*; it prevents proper calling of destructors of local
variables.
Modules/threadmodule.c