]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37658: Actually return result in race condition (GH-29202)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Nov 2021 08:37:34 +0000 (00:37 -0800)
committerGitHub <noreply@github.com>
Mon, 29 Nov 2021 08:37:34 +0000 (00:37 -0800)
commit305236e03a274850be8ed399ea3390ee71519ef4
tree13a7127844ffa458aebe69aa3eb6deb0471575a1
parent8d1a5800645575ec876932bbb9aed3aa65d18f46
bpo-37658: Actually return result in race condition (GH-29202)

(cherry picked from commit 934a82623793e9d52b85f74d5395d65927a52205)

Co-authored-by: Sam Bull <aa6bs0@sambull.org>
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2021-11-28-15-30-34.bpo-37658.8Hno7d.rst [new file with mode: 0644]