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 Pablosky, scoder, vstinner
Date 2018-09-04.07:23:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536045793.59.0.56676864532.issue34570@psf.upfronthosting.co.za>
In-reply-to
Content
You can install and enable faulthandler to get the Python traceback where the bug occurs. It is likely that the bug comes from a third party C extension.

What are the C extensions used by pybot?
History
Date User Action Args
2018-09-04 07:23:13vstinnersetrecipients: + vstinner, scoder, Pablosky
2018-09-04 07:23:13vstinnersetmessageid: <1536045793.59.0.56676864532.issue34570@psf.upfronthosting.co.za>
2018-09-04 07:23:13vstinnerlinkissue34570 messages
2018-09-04 07:23:13vstinnercreate