]> granicus.if.org Git - python/commit
sys.stderr and sys.excepthook can be None at interpreter shutdown,
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Aug 2010 21:37:51 +0000 (21:37 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Aug 2010 21:37:51 +0000 (21:37 +0000)
commita03ff6d3cde5184746bbf9d6f5355402628cbbd7
tree08b83a7a249e7aa719a67b48adf01e5d3a63df30
parentc3c04f7844315fff4daa41b53ba24f4ac5d8560e
sys.stderr and sys.excepthook can be None at interpreter shutdown,
in which case display the appropriate error message.
(part of #5319)
Python/pythonrun.c