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

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


http://hg.python.org/cpython/rev/9ddc33174ddf
changeset:   86188:9ddc33174ddf
parent:      86186:c0f3d18d79fd
parent:      86187:369fabf9b2ba
user:        Tim Peters <tim at python.org>
date:        Wed Oct 09 13:21:46 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
@@ -29,6 +29,8 @@
 Library
 -------
 
+- Issue 19158:  a rare race in BoundedSemaphore could allow .release() too often.
+
 - Issue #18716: Deprecate the formatter module.
 
 - Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.

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


More information about the Python-checkins mailing list