commit | b82300b02d01af243c00e232d32a21bb6987af81 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim@python.org> | Wed Oct 09 13:25:11 2013 -0500 |
committer | Tim Peters <tim@python.org> | Wed Oct 09 13:25:11 2013 -0500 |
tree | 1683607bbd48d4f5a105901a8225de594ee7d215 | |
parent | 32dc14108858db0c7d1056f10d8872d2943fb07b [diff] [blame] |
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
diff --git a/Misc/NEWS b/Misc/NEWS index 9aad84f..144e801 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Library ------- +- Issue #19158: a rare race in BoundedSemaphore could allow .release() too + often. + - Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. - Issue #19137: The pprint module now correctly formats empty set and frozenset