]> granicus.if.org Git - python/commit
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (GH-16383)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 25 Sep 2019 11:48:52 +0000 (04:48 -0700)
committerCarol Willing <carolcode@willingconsulting.com>
Wed, 25 Sep 2019 11:48:52 +0000 (04:48 -0700)
commit16cec136b75daf438080a5b6685d2679dfa406af
tree28585ccd5f98167c1a56377757dc71f7e2622559
parent4633355a063c7bf068bdd72dfdd32f4c22cf382f
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (GH-16383)

(cherry picked from commit edad4d89e357c92f70c0324b937845d652b20afd)

Co-authored-by: Yury Selivanov <yury@edgedb.com>
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2019-09-22-13-05-36.bpo-38248.Yo3N_1.rst [new file with mode: 0644]
Modules/_asynciomodule.c