[issue11393] Integrate faulthandler module into Python 3.3

STINNER Victor report at bugs.python.org
Tue Mar 22 03:45:31 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> It would be nice if it were enabled by default for fatal errors
> (and asserts perhaps?).

That would mean that the module should be a builtin module, or that it is always loaded in memory.

I am maybe ok to enable it by default for debug builds, but not for release builds. At least, not in a first time.

----------

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


More information about the Python-bugs-list mailing list