[issue12328] multiprocessing's overlapped PipeConnection on Windows

sbt report at bugs.python.org
Sun Nov 20 19:41:05 CET 2011


sbt <shibturn at gmail.com> added the comment:

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.

----------
Added file: http://bugs.python.org/file23736/pipe_poll_fix.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12328>
_______________________________________


More information about the Python-bugs-list mailing list