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 steve.dower, tim.golden, vstinner, zach.ware
Date 2015-04-02.08:15:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427962559.63.0.750474204561.issue23848@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch setup an exception handler on Windows.

I wrote it when investigating a failure of test_exceptions related to the issue #22977. faulthandler was not trigerred while the program crashed.

I didn't test the patch yet (I tested a previous attempt, a little bit different). Maybe we can avoid setting signal handlers on Windows if an exception handler is set?
History
Date User Action Args
2015-04-02 08:15:59vstinnersetrecipients: + vstinner, tim.golden, zach.ware, steve.dower
2015-04-02 08:15:59vstinnersetmessageid: <1427962559.63.0.750474204561.issue23848@psf.upfronthosting.co.za>
2015-04-02 08:15:59vstinnerlinkissue23848 messages
2015-04-02 08:15:59vstinnercreate