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 kristjan.jonsson
Recipients georg.brandl, giampaolo.rodola, jyasskin, kristjan.jonsson
Date 2010-10-28.06:54:48
SpamBayes Score 1.4663729e-07
Marked as misclassified No
Message-id <1288248891.54.0.0181403590968.issue8777@psf.upfronthosting.co.za>
In-reply-to
Content
Right.  The condition object change is necessary to have timeout work.  I can remove that feature, and slate it for another day.  Add a separate patch for a Condition.wait() return value.  All of the other apis are able to let the caller know whether a timeout occurred or not, I think Condition.wait() should do the same.

Actually, I can fudge the timeout with time.clock(), which is good enough.

I'll write up some docs.
History
Date User Action Args
2010-10-28 06:54:51kristjan.jonssonsetrecipients: + kristjan.jonsson, georg.brandl, giampaolo.rodola, jyasskin
2010-10-28 06:54:51kristjan.jonssonsetmessageid: <1288248891.54.0.0181403590968.issue8777@psf.upfronthosting.co.za>
2010-10-28 06:54:49kristjan.jonssonlinkissue8777 messages
2010-10-28 06:54:48kristjan.jonssoncreate