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, akira, astrand, cvrebert, ericpruitt, eryksun, giampaolo.rodola, janzert, josiahcarlson, martin.panter, ooooooooo, parameter, r.david.murray, rosslagerwall, sbt, techtonik, v+python, vstinner
Date 2014-04-17.07:22:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAJAZd1ji2n2GnSUYrO4uuWKP7gwVPeeLuReTa8aCfWnw54NBmQ@mail.gmail.com>
In-reply-to <1397718486.03.0.829407142933.issue1191964@psf.upfronthosting.co.za>
Content
If you use the short timeouts to make the wait interruptible then you can
use waitformultipleobjects (which automatically waits on an extra event
object) instead of waitforsingleobject.
History
Date User Action Args
2014-04-17 07:22:45sbtsetrecipients: + sbt, josiahcarlson, astrand, parameter, vstinner, techtonik, giampaolo.rodola, ajaksu2, ooooooooo, v+python, r.david.murray, cvrebert, ericpruitt, akira, Andrew.Boettcher, rosslagerwall, martin.panter, janzert, eryksun
2014-04-17 07:22:45sbtlinkissue1191964 messages
2014-04-17 07:22:45sbtcreate