Issue 10218: Add a return value to threading.Condition.wait() (original) (raw)

Issue10218

Created on 2010-10-28 07:34 by kristjan.jonsson, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
condwait.patch kristjan.jonsson,2010-10-28 07:34
Messages (2)
msg119763 - (view) Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) Date: 2010-10-28 07:34
Add a return value to Condition.wait() that can be used to tell if Condition.wait() returns due to a timeout effect. This mirrors other wait apis in threading.py
msg119767 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-10-28 09:03
Committed in r85876.
History
Date User Action Args
2022-04-11 14:57:08 admin set github: 54427
2010-10-28 09:03:35 georg.brandl set status: open -> closedresolution: acceptedmessages: +
2010-10-28 08:47:53 kristjan.jonsson link issue8777 dependencies
2010-10-28 07:34:19 kristjan.jonsson create