[issue3653] segfault calling sys.excepthook with non-Exception argument

Antoine Pitrou report at bugs.python.org
Sat Aug 23 22:36:33 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

The patch should probably used PyErr_Format() followed by
PyErr_WriteUnraisable().

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list