From: Ned Deily Date: Sat, 17 Jun 2017 03:01:09 +0000 (-0400) Subject: bpo-30038: add Misc/NEWS entry. X-Git-Tag: v3.6.2rc1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a794a3256b24ccf57b18ec9964f2367ac1f3d30;p=thirdparty%2FPython%2Fcpython.git bpo-30038: add Misc/NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7b5da07512a3..c483e5f0f134 100644 --- 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