]> granicus.if.org Git - python/commitdiff
bpo-30038: add Misc/NEWS entry. (#2258)
authorNed Deily <nad@python.org>
Sat, 17 Jun 2017 03:34:32 +0000 (23:34 -0400)
committerGitHub <noreply@github.com>
Sat, 17 Jun 2017 03:34:32 +0000 (23:34 -0400)
Misc/NEWS

index 93f7618407d88e654128551bd513febc2ed3a17f..824d7fde0621ae45a8105bf96d1c122a925206d9 100644 (file)
--- 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