[issue12209] Minor edits to faulthandler doc

STINNER Victor report at bugs.python.org
Mon May 30 15:52:08 CEST 2011


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

> dumping the traceback on CPython crashes?

faulthandler is no more specific to crashes: you can dump the tracebacks while Python is running using a signal or an explicit call to faulthandler.dump_traceback().

----------

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


More information about the Python-bugs-list mailing list