]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)
authorRichard Kojedzinszky <rkojedzinszky@users.noreply.github.com>
Fri, 18 Dec 2020 17:26:04 +0000 (18:26 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Dec 2020 17:26:04 +0000 (09:26 -0800)
commit17ef4319a34f5a2f95e7823dfb5f5b8cff11882d
tree769a121c883be857a22432fc1b5c57b80e60dd6a
parent2179349d8cf45b1202775547df384b1fde31630a
bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)
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]