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 r.david.murray
Recipients docs@python, pitrou, r.david.murray, tim.peters
Date 2011-11-29.20:50:56
SpamBayes Score 2.7401994e-09
Marked as misclassified No
Message-id <1322599857.5.0.788259659048.issue13502@psf.upfronthosting.co.za>
In-reply-to
Content
Thinking about it, if the flag's state if the wait does not expire is not guaranteed to be True, then what I really need is some way to know, when the wait call completes, whether or not it terminated because of a timeout or not.  I can always query the value of the flag separately if its value can in any case be changed by another thread.

I am perhaps using the wrong tool, I'll have to look at the docs further.
History
Date User Action Args
2011-11-29 20:50:57r.david.murraysetrecipients: + r.david.murray, tim.peters, pitrou, docs@python
2011-11-29 20:50:57r.david.murraysetmessageid: <1322599857.5.0.788259659048.issue13502@psf.upfronthosting.co.za>
2011-11-29 20:50:56r.david.murraylinkissue13502 messages
2011-11-29 20:50:56r.david.murraycreate