From cbd4d08880eac3c153b8b8390c608981a986fff1 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 9 Oct 2013 13:19:21 -0500 Subject: [PATCH] Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.49.0