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 jkloth
Recipients jkloth, ncoghlan, vstinner
Date 2013-07-29.08:02:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375084959.23.0.18907314294.issue18396@psf.upfronthosting.co.za>
In-reply-to
Content
It do not think that it is a just a Windows issue wrt faulthandler. It is that there are no similar tests for signals on other platforms.

getsignal() needs to return *something* for the value of a handler which is not SIG_DFL or SIG_IGN.
History
Date User Action Args
2013-07-29 08:02:39jklothsetrecipients: + jkloth, ncoghlan, vstinner
2013-07-29 08:02:39jklothsetmessageid: <1375084959.23.0.18907314294.issue18396@psf.upfronthosting.co.za>
2013-07-29 08:02:39jklothlinkissue18396 messages
2013-07-29 08:02:39jklothcreate