commit | 40769dd073bdc9c3ceb8082bd080158772e715ec | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Feb 06 22:32:08 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Feb 06 22:32:08 1998 +0000 |
tree | 3ee7ba37d17dc94f1d40577bf79a7fcaf78283d0 | |
parent | 919b83d5221cf85585ab99347e427f384e0083c8 [diff] |
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.