]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
threading.Thread objects will now print a traceback for an exception raised
authorBrett Cannon <bcannon@gmail.com>
Sat, 3 Jul 2004 03:52:35 +0000 (03:52 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 3 Jul 2004 03:52:35 +0000 (03:52 +0000)
commitcc4e935ea593cede10cb1316e3faeabd708abca7
tree20a9aaa0e9aff4daacc2b6ac350ccdc18a4700fc
parentf9bfdd850cd00e00c0895b3f73afd019b7a9dfdb
threading.Thread objects will now print a traceback for an exception raised
during interpreter shutdown instead of masking it with another traceback about
accessing a NoneType when trying to print the exception out in the first place.

Closes bug #754449 (using patch #954922).
Lib/threading.py
Misc/NEWS