From: Tim Peters Date: Wed, 9 Oct 2013 18:19:21 +0000 (-0500) Subject: Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. X-Git-Tag: v3.4.0a4~195^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbd4d08880eac3c153b8b8390c608981a986fff1;p=python Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. --- diff --git a/Misc/NEWS b/Misc/NEWS index d7d5644a3f..f521ead036 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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