]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124309: Modernize the `staggered_race` implementation to support eager task factor...
authorPeter Bierma <zintensitydev@gmail.com>
Thu, 26 Sep 2024 05:11:17 +0000 (01:11 -0400)
committerGitHub <noreply@github.com>
Thu, 26 Sep 2024 05:11:17 +0000 (05:11 +0000)
commitde929f353c413459834a2a37b2d9b0240673d874
tree641ff0ca3ff11a7dd48b6cbf410a8a01cee64926
parentd9296529eb0a65f988e8600d3073977dff0ce5a9
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>
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
Misc/NEWS.d/next/Library/2024-09-23-18-18-23.gh-issue-124309.iFcarA.rst [new file with mode: 0644]