Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
This commit is contained in:
parent
32dc141088
commit
b82300b02d
|
@ -32,6 +32,9 @@ Core and Builtins
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue