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 sbt
Recipients brian.curtin, jnoller, pitrou, sbt, tim.golden
Date 2011-11-20.18:41:02
SpamBayes Score 1.5040239e-05
Marked as misclassified No
Message-id <1321814465.51.0.759877323291.issue12328@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated patch (pipe_poll_fix.patch) which should be applied on top of sigint_event.patch.

It fixes the problems with PipeConnection.poll() and Queue.empty() and makes PipeListener.accept() use overlapped I/O.  This should make all the pipe releated blocking functions/methods interruptible on Windows.
History
Date User Action Args
2011-11-20 18:41:06sbtsetrecipients: + sbt, pitrou, tim.golden, jnoller, brian.curtin
2011-11-20 18:41:05sbtsetmessageid: <1321814465.51.0.759877323291.issue12328@psf.upfronthosting.co.za>
2011-11-20 18:41:04sbtlinkissue12328 messages
2011-11-20 18:41:04sbtcreate