commit | cc4e935ea593cede10cb1316e3faeabd708abca7 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat Jul 03 03:52:35 2004 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat Jul 03 03:52:35 2004 +0000 |
tree | 20a9aaa0e9aff4daacc2b6ac350ccdc18a4700fc | |
parent | f9bfdd850cd00e00c0895b3f73afd019b7a9dfdb [diff] |
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).