[issue1175933] threading.Condition.wait() return value indicates timeout

Benjamin Peterson report at bugs.python.org
Fri Feb 29 04:13:08 CET 2008


Benjamin Peterson added the comment:

I don't think an exception is the proper thing to use here. Having the
wait timeout is not exceptional or unexpected.
> Timeout means "something has messed up, can not continue."
Not really. It means "we didn't want to wait this long to be notified."

----------
nosy: +benjamin.peterson

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1175933>
_____________________________________


More information about the Python-bugs-list mailing list