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

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


http://hg.python.org/cpython/rev/369fabf9b2ba
changeset:   86187:369fabf9b2ba
branch:      3.3
parent:      86183:9015a84d694e
user:        Tim Peters <tim at python.org>
date:        Wed Oct 09 13:19:21 2013 -0500
summary:
  Issue 19158:  a rare race in BoundedSemaphore could allow .release() too often.

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


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

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


More information about the Python-checkins mailing list