summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Peters <tim@python.org>2013-10-09 13:19:21 -0500
committerTim Peters <tim@python.org>2013-10-09 13:19:21 -0500
commitcbd4d08880eac3c153b8b8390c608981a986fff1 (patch)
treed4ddbffc57ad75e6fc4b9f789287f7005b1f99a6
parent926099d5ced46ba0dc50ae9ed2e009e180ff05e1 (diff)
downloadcpython-git-cbd4d08880eac3c153b8b8390c608981a986fff1.tar.gz
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
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