summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-08-29 21:26:36 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-08-29 21:26:36 (GMT)
commita64b92edd3b7c9145e014aac9a15821d7b05b71a (patch)
tree9cae5e961535d1a43449d920c80091fd60c0900f /Misc/ACKS
parent6685883c02b29b66813343e6380133cd49df4300 (diff)
downloadcpython-a64b92edd3b7c9145e014aac9a15821d7b05b71a.zip
cpython-a64b92edd3b7c9145e014aac9a15821d7b05b71a.tar.gz
cpython-a64b92edd3b7c9145e014aac9a15821d7b05b71a.tar.bz2
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.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 4986dc6..5a388ff 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1500,4 +1500,5 @@ Cheng Zhang
Kai Zhu
Tarek Ziadé
Gennadiy Zlobin
+Doug Zongker
Peter Ã…strand