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 r.david.murray
Recipients RusiMody, berker.peksag, ezio.melotti, martin.panter, python-dev, r.david.murray
Date 2015-03-30.14:45:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427726741.46.0.346529656388.issue23792@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, someone could theoretically manage to hit ctl-c between the time the process is started and the call to pipe.write, or between it and the call to wait, but I don't think those very-low-probability events are worth worrying about.
History
Date User Action Args
2015-03-30 14:45:41r.david.murraysetrecipients: + r.david.murray, ezio.melotti, RusiMody, python-dev, berker.peksag, martin.panter
2015-03-30 14:45:41r.david.murraysetmessageid: <1427726741.46.0.346529656388.issue23792@psf.upfronthosting.co.za>
2015-03-30 14:45:41r.david.murraylinkissue23792 messages
2015-03-30 14:45:41r.david.murraycreate