From: Ned Deily Date: Sat, 17 Jun 2017 03:34:32 +0000 (-0400) Subject: bpo-30038: add Misc/NEWS entry. (#2258) X-Git-Tag: v3.7.0a1~567 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a98a04e21fc3209b2170c3930ce4488e89680e3;p=thirdparty%2FPython%2Fcpython.git bpo-30038: add Misc/NEWS entry. (#2258) --- diff --git a/Misc/NEWS b/Misc/NEWS index 93f7618407d8..824d7fde0621 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