Richard Oudkerk added the comment:

Note that since Python 3.3, multiprocessing and _winapi make some use of 
overlapped IO.

One can use _winapi.ReadFile() and _winapi.WriteFile() to do overlapped IO on 
normal socket handles created using socket.socket().

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16175>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to