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 asksol, brian.curtin, jnoller, kristjan.jonsson, pitrou, tim.golden
Date 2011-03-25.03:55:24
SpamBayes Score 0.0005848549
Marked as misclassified No
Message-id <1301025325.45.0.141751091722.issue11668@psf.upfronthosting.co.za>
In-reply-to
Content
SYNCHRONIZE comes for free on pipes created with CreateNamedPipe, so there's nothing to do there.

I think it's more likely that we'll have to use WaitForMultipleObjects and include the pipe handle with a signal handler for Ctrl-C. I believe this is done elsewhere in the code, timemodule comes to mind (for sleep).

I'll see what I can come up with.
History
Date User Action Args
2011-03-25 03:55:25brian.curtinsetrecipients: + brian.curtin, pitrou, kristjan.jonsson, tim.golden, jnoller, asksol
2011-03-25 03:55:25brian.curtinsetmessageid: <1301025325.45.0.141751091722.issue11668@psf.upfronthosting.co.za>
2011-03-25 03:55:24brian.curtinlinkissue11668 messages
2011-03-25 03:55:24brian.curtincreate