[issue11668] _multiprocessing.Connection.poll with timeout uses polling under Windows

Brian Curtin report at bugs.python.org
Fri Mar 25 04:55:25 CET 2011


Brian Curtin <brian at python.org> added the comment:

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.

----------
assignee:  -> brian.curtin

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


More information about the Python-bugs-list mailing list