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

Nick Coghlan report at bugs.python.org
Sun Feb 9 02:00:33 CET 2014


Nick Coghlan added the comment:

I also added a versionchanged to PyObject_Str and a note in the Porting section of What's New, as third party extensions could also be affected by this change - it elevates "may silently discard an active exception" to "debug build assertion failure".

----------

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


More information about the Python-bugs-list mailing list