commit | a03ff6d3cde5184746bbf9d6f5355402628cbbd7 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Aug 08 21:37:51 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Aug 08 21:37:51 2010 +0000 |
tree | 08b83a7a249e7aa719a67b48adf01e5d3a63df30 | |
parent | c3c04f7844315fff4daa41b53ba24f4ac5d8560e [diff] |
sys.stderr and sys.excepthook can be None at interpreter shutdown, in which case display the appropriate error message. (part of #5319)