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

This commit is contained in:
Tim Peters 2013-10-09 13:19:21 -05:00
parent 926099d5ce
commit cbd4d08880
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ 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 instances of set and