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:47:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343681252.93.0.22565897914.issue15507@psf.upfronthosting.co.za>
In-reply-to
Content
Patch attached to (briefly) set signal.SIGINT to the default in the test.

It may make sense to add a feature to subprocess.Popen to ignore/unignore signals (it should only need to support SIG_DFL and SIG_IGN, not other signal handlers, considering there'll be an exec right after.)
History
Date User Action Args
2012-07-30 20:47:32twouterssetrecipients: + twouters
2012-07-30 20:47:32twouterssetmessageid: <1343681252.93.0.22565897914.issue15507@psf.upfronthosting.co.za>
2012-07-30 20:47:32twouterslinkissue15507 messages
2012-07-30 20:47:32twouterscreate