]> granicus.if.org Git - python/commit
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330)
authorYury Selivanov <yury@edgedb.com>
Wed, 25 Sep 2019 10:32:08 +0000 (03:32 -0700)
committerCarol Willing <carolcode@willingconsulting.com>
Wed, 25 Sep 2019 10:32:08 +0000 (03:32 -0700)
commitedad4d89e357c92f70c0324b937845d652b20afd
tree98cea6eaaf38962883784942aba23160b009360f
parentc64af8fad3c4f5751af624647fbb0ce023f525dc
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330)
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