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 Fynn Be, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-10-09.10:52:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507546341.92.0.213398074469.issue31701@psf.upfronthosting.co.za>
In-reply-to
Content
I misunderstood how Windows works. UNIX signals handlers and Windows exception handlers are unrelated. Exception handlers are not called to handle a SIGSEGV signal (raised manually by the process itself, not raised by the Windows kernel).
History
Date User Action Args
2017-10-09 10:52:21vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, Fynn Be
2017-10-09 10:52:21vstinnersetmessageid: <1507546341.92.0.213398074469.issue31701@psf.upfronthosting.co.za>
2017-10-09 10:52:21vstinnerlinkissue31701 messages
2017-10-09 10:52:21vstinnercreate