]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461) (#23840)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 18 Dec 2020 19:19:10 +0000 (11:19 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Dec 2020 19:19:10 +0000 (11:19 -0800)
commit82dbfd5a04863d8b6363527e6a34a90c9aa5691b
tree9af5aae82bc1062485aa058ab1e3a012fecc4629
parent14619924c36435e356135988c244cbc28652c82b
bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461) (#23840)

(cherry picked from commit 17ef4319a34f5a2f95e7823dfb5f5b8cff11882d)

Co-authored-by: Richard Kojedzinszky <rkojedzinszky@users.noreply.github.com>
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]