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 <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