[issue16175] Add I/O Completion Ports wrapper

Richard Oudkerk report at bugs.python.org
Wed Oct 10 15:13:35 CEST 2012


Richard Oudkerk added the comment:

Adding the IOCP functions to _winapi is straightforward -- see patch.  Note that there seems to be no way to unregister a handle from an IOCP.

Creating overlapped equivalents of socket.accept() and socket.connect() looks more complicated.  Perhaps that should be added to the socket module or left to pywin32.

----------
keywords: +patch
Added file: http://bugs.python.org/file27515/iocp.patch

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


More information about the Python-bugs-list mailing list