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 christian.heimes, exarkun, gvanrossum, jkloth, mhammond, sbt
Date 2012-10-09.17:15:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349802954.01.0.777482350469.issue16175@psf.upfronthosting.co.za>
In-reply-to
Content
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().
History
Date User Action Args
2012-10-09 17:15:54sbtsetrecipients: + sbt, gvanrossum, mhammond, exarkun, christian.heimes, jkloth
2012-10-09 17:15:54sbtsetmessageid: <1349802954.01.0.777482350469.issue16175@psf.upfronthosting.co.za>
2012-10-09 17:15:53sbtlinkissue16175 messages
2012-10-09 17:15:53sbtcreate