]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the corouti...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Sat, 29 Jan 2022 06:57:18 +0000 (12:27 +0530)
committerGitHub <noreply@github.com>
Sat, 29 Jan 2022 06:57:18 +0000 (22:57 -0800)
commita5451c96a14ac0c3ee7cef7b5c52ab1d783ec613
treeac6a1a6c725b3945dcb6ca3fe3f91fa6aebf4110
parent315a60acd14dd730b2081574c09ccc29e92ee687
bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the coroutine (#30288) (#31003)
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_base_events.py
Misc/NEWS.d/next/Library/2021-12-29-13-42-55.bpo-26552.1BqeAn.rst [new file with mode: 0644]