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.

classification
Title: Add a return value to threading.Condition.wait()
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, kristjan.jonsson
Priority: normal Keywords: patch

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:08adminsetgithub: 54427
2010-10-28 09:03:35georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg119767
2010-10-28 08:47:53kristjan.jonssonlinkissue8777 dependencies
2010-10-28 07:34:19kristjan.jonssoncreate