[issue35988] Python interpreter segfault

STINNER Victor report at bugs.python.org
Wed Feb 13 10:28:21 EST 2019


STINNER Victor <vstinner at redhat.com> added the comment:

You can enable faulthandler to get a traceback of your Python theads when a crash occurs:
https://pythondev.readthedocs.io/debug_tools.html#get-a-traceback-on-a-crash

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35988>
_______________________________________


More information about the Python-bugs-list mailing list