[Python-checkins] cpython (2.7): Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.

tim.peters python-checkins at python.org
Wed Oct 9 20:30:28 CEST 2013


http://hg.python.org/cpython/rev/2ce77d9ed4b0
changeset:   86189:2ce77d9ed4b0
branch:      2.7
parent:      86182:372abcca25fc
user:        Tim Peters <tim at python.org>
date:        Wed Oct 09 13:25:11 2013 -0500
summary:
  Issue 19158:  a rare race in BoundedSemaphore could allow .release() too often.

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,9 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list