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 twouters
Recipients twouters
Date 2012-07-30.20:35:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343680541.23.0.308681373166.issue15507@psf.upfronthosting.co.za>
In-reply-to
Content
test_subprocess's test_send_signal assumes SIGINT is not being ignored, by spawning a new process and expecting it to have the default SIGINT handler . SIGINT can be set to SIG_IGN if the process running the test inherited it from the parent process.
History
Date User Action Args
2012-07-30 20:35:41twouterssetrecipients: + twouters
2012-07-30 20:35:41twouterssetmessageid: <1343680541.23.0.308681373166.issue15507@psf.upfronthosting.co.za>
2012-07-30 20:35:40twouterslinkissue15507 messages
2012-07-30 20:35:40twouterscreate