This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients asvetlov, hinxx, vstinner, yselivanov
Date 2019-02-13.15:28:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550071701.12.0.179337042007.issue35988@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-02-13 15:28:21vstinnersetrecipients: + vstinner, asvetlov, yselivanov, hinxx
2019-02-13 15:28:21vstinnersetmessageid: <1550071701.12.0.179337042007.issue35988@roundup.psfhosted.org>
2019-02-13 15:28:21vstinnerlinkissue35988 messages
2019-02-13 15:28:21vstinnercreate