]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124309: fix staggered race on eager tasks (#124847)
authorThomas Grainger <tagrain@gmail.com>
Fri, 11 Oct 2024 23:31:06 +0000 (00:31 +0100)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2024 23:31:06 +0000 (16:31 -0700)
commit979c0df7c0adfb744159a5fc184043dc733d8534
tree875a18ebd7943a572fa076bdf2794d17b3e0dfc0
parent21ac0a7f4cf6d11da728b33ed5e8cfa65a5a8ae7
gh-124309: fix staggered race on eager tasks (#124847)

This patch is entirely by Thomas and Peter

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]