➜

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.

作者 sbt
收信人 Andrew.Boettcher, ajaksu2, astrand, cvrebert, ericpruitt, eryksun, giampaolo.rodola, janzert, josiahcarlson, ooooooooo, parameter, r.david.murray, rosslagerwall, sbt, techtonik, v+python
日期 2014-04-03.07:38:42
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <CAJAZd1hsEFiA+=bTYr+jhWyWtRwQ8em6xf71zXvHo5E4UE7h0w@mail.gmail.com>
In-reply-to <1396493711.56.0.237973854592.issue1191964@psf.upfronthosting.co.za>
内容
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.
历史
日期 用户 动作 参数
2014-04-03 07:38:43sbt修改recipients: + 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:43sbt链接issue1191964 messages
2014-04-03 07:38:42sbt创建