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.

作者 pitrou
收信人 Albert.Strasheim, aljungberg, asksol, bquinlan, brian.curtin, gdb, gkcn, hongqn, jnoller, pitrou, vlasovskikh, vstinner
日期 2011-05-08.21:28:21
SpamBayes Score 4.650162e-07
Marked as misclassified
Message-id <1304890103.08.0.698383464249.issue9205@psf.upfronthosting.co.za>
In-reply-to
内容
Ok, here's a patch for the new approach.
CancelIoEx is loaded dynamically and, if unavailable, CancelIo is used instead. I take care to cancel or complete the I/O in the same method call where it is initiated, meaning there's no thread-specificity issues.

(of course, all this is a lot of code just to have the desired WaitForMultipleObjects() semantics on a named pipe. Thank you, Windows)
历史
日期 用户 动作 参数
2011-05-08 21:28:25pitrou修改recipients: + pitrou, bquinlan, vstinner, jnoller, hongqn, brian.curtin, asksol, vlasovskikh, gdb, Albert.Strasheim, aljungberg, gkcn
2011-05-08 21:28:23pitrou修改messageid: <1304890103.08.0.698383464249.issue9205@psf.upfronthosting.co.za>
2011-05-08 21:28:22pitrou链接issue9205 messages
2011-05-08 21:28:22pitrou创建