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 pitrou
Recipients brian.curtin, christian.heimes, exarkun, gvanrossum, jkloth, mhammond, pitrou, sbt
Date 2012-10-09.18:41:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349808113.89.0.445110128557.issue16175@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure why we would have "no code to write" unless you're thinking of integrating pywin32 into the stdlib.
As Richard said, overlapped I/O is already more or less supported as part of the _winapi private module. But IOCP itself isn't exposed. We could have a public module exposing IOCP as a nice API :-)
History
Date User Action Args
2012-10-09 18:41:53pitrousetrecipients: + pitrou, gvanrossum, mhammond, exarkun, christian.heimes, jkloth, brian.curtin, sbt
2012-10-09 18:41:53pitrousetmessageid: <1349808113.89.0.445110128557.issue16175@psf.upfronthosting.co.za>
2012-10-09 18:41:53pitroulinkissue16175 messages
2012-10-09 18:41:53pitroucreate