]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-124309: fix staggered race on eager tasks (GH-124847) (#125340)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 12 Oct 2024 03:12:11 +0000 (05:12 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Oct 2024 03:12:11 +0000 (20:12 -0700)
commitaffffc7ddac68d01ab8d63872770a44e96c46c44
treee1859e0d50e2e1319cda98c82d626b39fb57458e
parent2264c097e09810a563aab379cc17e6b5d9d2bf74
[3.12] gh-124309: fix staggered race on eager tasks (GH-124847) (#125340)

gh-124309: fix staggered race on eager tasks (GH-124847)

This patch is entirely by Thomas and Peter

(cherry picked from commit 979c0df7c0adfb744159a5fc184043dc733d8534)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/asyncio/staggered.py
Lib/test/test_asyncio/test_eager_task_factory.py
Lib/test/test_asyncio/test_staggered.py
Misc/NEWS.d/next/Library/2024-10-01-13-46-58.gh-issue-124390.dK1Zcm.rst [new file with mode: 0644]