From: Yury Selivanov Date: Fri, 9 Jun 2017 20:34:29 +0000 (-0400) Subject: bpo-27585: Add a NEWS entry for #1031 (#2036) X-Git-Tag: v3.7.0a1~651 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7be651c7aad8e4d46012205811b58ef127b08e0e;p=python bpo-27585: Add a NEWS entry for #1031 (#2036) --- diff --git a/Misc/NEWS b/Misc/NEWS index a8aff86ab0..c01363955d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -350,6 +350,9 @@ Extension Modules Library ------- +- bpo-27585: Fix waiter cancellation in asyncio.Lock. + Patch by Mathieu Sornay. + - bpo-30014: modify() method of poll(), epoll() and devpoll() based classes of selectors module is around 10% faster. Patch by Giampaolo Rodola'.