]> granicus.if.org Git - python/commit
bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262)
authorYury Selivanov <yury@magic.io>
Sun, 21 Jan 2018 19:56:59 +0000 (14:56 -0500)
committerGitHub <noreply@github.com>
Sun, 21 Jan 2018 19:56:59 +0000 (14:56 -0500)
commita4afcdfa55ddffa4b9ae3b0cf101628c7bff4102
tree61649205a7b3d95fed03f643b66c568aab79be3a
parentfc2f407829d9817ddacccae6944dd0879cfaca24
bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262)
Lib/asyncio/base_events.py
Lib/asyncio/runners.py
Lib/test/test_asyncio/test_runners.py
Lib/test/test_asyncio/utils.py