]> granicus.if.org Git - python/commit
bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665) (GH-5683)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 14 Feb 2018 10:10:18 +0000 (02:10 -0800)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 14 Feb 2018 10:10:18 +0000 (12:10 +0200)
commita23eecab9a0b724bdfde83d159ac2415927f042a
treee9763e97de5f51aad98660aaa61117ce586a42fc
parent2be5435203ebdfa34b053677055a7e93c611aa8e
bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665) (GH-5683)

(cherry picked from commit 5746510b7aef423fa4afc92b2abb919307b1dbb9)

Co-authored-by: Bar Harel <bzvi7919@gmail.com>
Lib/asyncio/locks.py
Lib/test/test_asyncio/test_locks.py
Misc/NEWS.d/next/Library/2018-02-14-00-21-24.bpo-32841.bvHDOc.rst [new file with mode: 0644]