]> granicus.if.org Git - python/commitdiff
bpo-30038: add Misc/NEWS entry.
authorNed Deily <nad@python.org>
Sat, 17 Jun 2017 03:01:09 +0000 (23:01 -0400)
committerNed Deily <nad@python.org>
Sat, 17 Jun 2017 03:01:09 +0000 (23:01 -0400)
Misc/NEWS

index 7b5da07512a399bd6fc72bb4152d3a5e81fc93af..c483e5f0f1348744a2257f23bef0fd2380663152 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,9 @@ Core and Builtins
 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.
 
 - bpo-23890: unittest.TestCase.assertRaises() now manually breaks a reference