]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37658: Actually return result in race condition (GH-29202) (GH-29832)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 Nov 2021 13:39:13 +0000 (05:39 -0800)
committerGitHub <noreply@github.com>
Tue, 30 Nov 2021 13:39:13 +0000 (15:39 +0200)
commit99a9b343316172f049a52b39a406f0c0c42c106f
tree199e37bcaa4cf9715eafd33e2d0ca561ea9400fc
parent031e2bb3326be542b224bbe35e7829846ea422cd
bpo-37658: Actually return result in race condition (GH-29202) (GH-29832)

(cherry picked from commit 934a82623793e9d52b85f74d5395d65927a52205)

Co-authored-by: Sam Bull <aa6bs0@sambull.org>
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]