Brian Curtin <br...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11668>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to