STINNER Victor <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue12209> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
