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 Alex.Willmer, terry.reedy, vstinner, xdegaye, yan12125
Date 2016-05-14.23:14:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463267664.88.0.656141743907.issue26934@psf.upfronthosting.co.za>
In-reply-to
Content
Does faulthandler._read_null() crash Python? If yes, I should patch test_faulthandler to replace all _sigsegv() with faulthandler._read_null().

I was too lazy to do that because currently the unit tests checks the exact error message, whereas _read_null() gives different error messages depending on the platform.
History
Date User Action Args
2016-05-14 23:14:24vstinnersetrecipients: + vstinner, terry.reedy, xdegaye, Alex.Willmer, yan12125
2016-05-14 23:14:24vstinnersetmessageid: <1463267664.88.0.656141743907.issue26934@psf.upfronthosting.co.za>
2016-05-14 23:14:24vstinnerlinkissue26934 messages
2016-05-14 23:14:24vstinnercreate