[issue16175] Add I/O Completion Ports wrapper

Richard Oudkerk report at bugs.python.org
Tue Oct 9 19:15:54 CEST 2012


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 <report at bugs.python.org>
<http://bugs.python.org/issue16175>
_______________________________________


More information about the Python-bugs-list mailing list