STINNER Victor <victor.stin...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12209>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to