https://github.com/python/cpython/commit/c5cebe1b5afa58fc0ee95153a4b1905229dce7dc commit: c5cebe1b5afa58fc0ee95153a4b1905229dce7dc branch: main author: alexey semenyuk <alexsemenyu...@gmail.com> committer: kumaraditya303 <kumaradi...@python.org> date: 2025-08-04T16:44:29Z summary:
gh-137128: Remove outdated todo about coro_fns in asyncio (#137385) files: M Lib/asyncio/staggered.py diff --git a/Lib/asyncio/staggered.py b/Lib/asyncio/staggered.py index 2ad65d8648e6c5..845aed4c6a3b35 100644 --- a/Lib/asyncio/staggered.py +++ b/Lib/asyncio/staggered.py @@ -62,7 +62,6 @@ async def staggered_race(coro_fns, delay, *, loop=None): coroutine's entry is ``None``. """ - # TODO: when we have aiter() and anext(), allow async iterables in coro_fns. loop = loop or events.get_running_loop() parent_task = tasks.current_task(loop) enum_coro_fns = enumerate(coro_fns) _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: arch...@mail-archive.com