This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sbt
Recipients brian.curtin, christian.heimes, exarkun, giampaolo.rodola, gvanrossum, jcea, jkloth, mhammond, pitrou, sbt
Date 2012-10-10.13:13:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349874815.57.0.251898984609.issue16175@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-10 13:13:35sbtsetrecipients: + sbt, gvanrossum, mhammond, jcea, exarkun, pitrou, giampaolo.rodola, christian.heimes, jkloth, brian.curtin
2012-10-10 13:13:35sbtsetmessageid: <1349874815.57.0.251898984609.issue16175@psf.upfronthosting.co.za>
2012-10-10 13:13:35sbtlinkissue16175 messages
2012-10-10 13:13:35sbtcreate