[issue20500] assertion failed when passing an exception object to sys.exit

Nick Coghlan report at bugs.python.org
Sun Feb 9 01:49:28 CET 2014


Nick Coghlan added the comment:

Thanks for the report Xavier - 3.4 is a bit fussier about not losing that exception state silently, so the shutdown code simply needed to clear it explicitly after saving it on the local stack.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20500>
_______________________________________


More information about the Python-bugs-list mailing list