]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-124309: Modernize the `staggered_race` implementation to support e… (#124574)
authorKumar Aditya <kumaraditya@python.org>
Thu, 26 Sep 2024 05:39:46 +0000 (11:09 +0530)
committerGitHub <noreply@github.com>
Thu, 26 Sep 2024 05:39:46 +0000 (05:39 +0000)
commit2b54a4ebf1ffd2d709570267b3b3bb1dcfec4d53
tree634dd8b280bb922708a0acf149c9276e7a5cc300
parent48359c5c90dcc55f4508dc6abdf2eeb3dd1d1aa1
[3.12] gh-124309: Modernize the `staggered_race` implementation to support e… (#124574)

gh-124309: Modernize the `staggered_race` implementation to support eager task factories (#124390)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
(cherry picked from commit de929f353c413459834a2a37b2d9b0240673d874)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/asyncio/base_events.py
Lib/asyncio/staggered.py
Lib/test/test_asyncio/test_eager_task_factory.py
Lib/test/test_asyncio/test_staggered.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2024-09-23-18-18-23.gh-issue-124309.iFcarA.rst [new file with mode: 0644]