]> granicus.if.org Git - python/commitdiff
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
authorTim Peters <tim@python.org>
Wed, 9 Oct 2013 18:19:21 +0000 (13:19 -0500)
committerTim Peters <tim@python.org>
Wed, 9 Oct 2013 18:19:21 +0000 (13:19 -0500)
Misc/NEWS

index d7d5644a3f80ac38450e156cd67cdd356fd80193..f521ead036351591f8a057dce771d0aa9d2ca704 100644 (file)
--- 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