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 brian.curtin
Recipients brian.curtin, midnightdf, tlesher
Date 2010-07-21.20:30:20
SpamBayes Score 0.062544025
Marked as misclassified No
Message-id <1279744225.18.0.384989283608.issue9324@psf.upfronthosting.co.za>
In-reply-to
Content
issue9324.diff checks the signal value after argument parsing and before sending it onward towards the system call.

It only lets you use the following signals, per http://msdn.microsoft.com/en-us/library/xdkz3x12.aspx
SIGABRT
SIGFPE
SIGILL
SIGINT
SIGSEGV
SIGTERM
History
Date User Action Args
2010-07-21 20:30:25brian.curtinsetrecipients: + brian.curtin, tlesher, midnightdf
2010-07-21 20:30:25brian.curtinsetmessageid: <1279744225.18.0.384989283608.issue9324@psf.upfronthosting.co.za>
2010-07-21 20:30:22brian.curtinlinkissue9324 messages
2010-07-21 20:30:22brian.curtincreate