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 Andrew.Boettcher, ajaksu2, astrand, cvrebert, ericpruitt, eryksun, giampaolo.rodola, janzert, josiahcarlson, ooooooooo, parameter, r.david.murray, rosslagerwall, sbt, techtonik, v+python
Date 2014-04-03.07:38:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAJAZd1hsEFiA+=bTYr+jhWyWtRwQ8em6xf71zXvHo5E4UE7h0w@mail.gmail.com>
In-reply-to <1396493711.56.0.237973854592.issue1191964@psf.upfronthosting.co.za>
Content
I would recommended using _overlapped instead of _winapi.
I intend to move multiprocessing over in future.

Also note that you can do nonblocking reads by starting an overlapped read
then cancelling it immediately if it fails with "incomplete".  You will
need to recheck if it completes anyway because of a race.
History
Date User Action Args
2014-04-03 07:38:43sbtsetrecipients: + sbt, josiahcarlson, astrand, parameter, techtonik, giampaolo.rodola, ajaksu2, ooooooooo, v+python, r.david.murray, cvrebert, ericpruitt, Andrew.Boettcher, rosslagerwall, janzert, eryksun
2014-04-03 07:38:43sbtlinkissue1191964 messages
2014-04-03 07:38:42sbtcreate