summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-06-17 03:34:32 (GMT)
committerGitHub <noreply@github.com>2017-06-17 03:34:32 (GMT)
commit6a98a04e21fc3209b2170c3930ce4488e89680e3 (patch)
tree3c24f9e62791b546a17411eb1c04949531aa9a3c /Misc/NEWS
parentceb817dcfe8bf99725de033cce16a6f4cbced6ba (diff)
downloadcpython-6a98a04e21fc3209b2170c3930ce4488e89680e3.zip
cpython-6a98a04e21fc3209b2170c3930ce4488e89680e3.tar.gz
cpython-6a98a04e21fc3209b2170c3930ce4488e89680e3.tar.bz2
bpo-30038: add Misc/NEWS entry. (#2258)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 93f7618..824d7fd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -365,6 +365,9 @@ Extension Modules
Library
-------
+- bpo-30038: Fix race condition between signal delivery and wakeup file
+ descriptor. Patch by Nathaniel Smith.
+
- bpo-23894: lib2to3 now recognizes ``rb'...'`` and ``f'...'`` strings.
- [Security] bpo-29591: Update expat copy from 2.1.1 to 2.2.0 to get fixes