]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 18 Dec 2020 17:45:24 +0000 (09:45 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Dec 2020 17:45:24 +0000 (09:45 -0800)
commita3dec9d8ec5ae142946ff6b94947a183d7c48f35
treec479bf0aa75865321814db864a96658d63c8fce2
parent12032cdec5ae1e56d4e4b8206fb2e9cccc5a9f58
bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461)

(cherry picked from commit 17ef4319a34f5a2f95e7823dfb5f5b8cff11882d)

Co-authored-by: Richard Kojedzinszky <rkojedzinszky@users.noreply.github.com>
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_asyncio_waitfor.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2020-09-30-13-35-29.bpo-41891.pNAeYI.rst [new file with mode: 0644]