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 vstinner, xdegaye
Date 2017-12-11.12:37:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512995867.51.0.213398074469.issue32252@psf.upfronthosting.co.za>
In-reply-to
Content
> * No core dump must be written, Python is supposed to disable that

My bad. It's an obvious bug that was missed before because regrtest creates a temporary directory to run tests and then remove it.

I wrote the PR 4794 to fix faulthandler.
History
Date User Action Args
2017-12-11 12:37:47vstinnersetrecipients: + vstinner, xdegaye
2017-12-11 12:37:47vstinnersetmessageid: <1512995867.51.0.213398074469.issue32252@psf.upfronthosting.co.za>
2017-12-11 12:37:47vstinnerlinkissue32252 messages
2017-12-11 12:37:47vstinnercreate