commit | a64b92edd3b7c9145e014aac9a15821d7b05b71a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Aug 29 23:26:36 2014 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Aug 29 23:26:36 2014 +0200 |
tree | 9cae5e961535d1a43449d920c80091fd60c0900f | |
parent | 6685883c02b29b66813343e6380133cd49df4300 [diff] |
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.