Kaydet (Commit) b82300b0 authored tarafından Tim Peters's avatar Tim Peters

Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.

üst 32dc1410
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment