]> granicus.if.org Git - python/commit
Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() caused...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 29 Aug 2014 21:26:36 +0000 (23:26 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 29 Aug 2014 21:26:36 +0000 (23:26 +0200)
commita64b92edd3b7c9145e014aac9a15821d7b05b71a
tree9cae5e961535d1a43449d920c80091fd60c0900f
parent6685883c02b29b66813343e6380133cd49df4300
Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() caused by mutation of the waiters queue without holding the lock.

Patch by Doug Zongker.
Lib/threading.py
Misc/ACKS
Misc/NEWS