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 tlesher
Recipients brian.curtin, midnightdf, tlesher
Date 2010-07-21.19:39:22
SpamBayes Score 0.08360106
Marked as misclassified No
Message-id <1279741165.39.0.598281687896.issue9324@psf.upfronthosting.co.za>
In-reply-to
Content
This appears to run afoul of Microsoft's "security-enhanced CRT", which aborts a program that calls certain API functions (including signal) with invalid parameters.  

PyOS_getsig() has conditionally-compiled code added to deal with this (and handle invalid signal values before passing them to the CRT); PyOS_setsig() should get the same treatment.
History
Date User Action Args
2010-07-21 19:39:25tleshersetrecipients: + tlesher, brian.curtin, midnightdf
2010-07-21 19:39:25tleshersetmessageid: <1279741165.39.0.598281687896.issue9324@psf.upfronthosting.co.za>
2010-07-21 19:39:23tlesherlinkissue9324 messages
2010-07-21 19:39:22tleshercreate