[issue20737] 3.3 _thread lock.acquire() timeout and threading.Event().wait() do not wake for certain values on Windows

R. David Murray report at bugs.python.org
Wed May 7 18:02:48 CEST 2014


R. David Murray added the comment:

I have production code on Windows using python2.7 that calls Event().wait() with a timeout of approximately 24 hours, and it works just fine.  Having that no longer work is, IMO, an unacceptable regression.  (I'm ready to move this code to python3 as soon as cx_Freeze supports Windows services under python3).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20737>
_______________________________________


More information about the Python-bugs-list mailing list