]> 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>
Fri, 28 Jan 2022 22:24:35 +0000 (03:54 +0530)
committerGitHub <noreply@github.com>
Fri, 28 Jan 2022 22:24:35 +0000 (14:24 -0800)
commit24cc6411adbfe5555ecd8901f1ea50caa414c908
tree06358eb8f6d993efb986ddd590120e61d818e21d
parent36f538c8092eeb3d5b8bc9df0ae7cc348f08a865
bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the coroutine (#30288)
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]