◐ Shell
clean mode source ↗

bpo-44176: Allow `asyncio.as_completed()`'s first parameter to be a generator yielding awaitables by alexdelorenzo · Pull Request #26228 · python/cpython

@alexdelorenzo

@alexdelorenzo alexdelorenzo changed the title Use inspect.isawaitable() to detect if as_completed()'s first param is awaitable bpo-44176: Use inspect.isawaitable() to detect if as_completed()'s first param is awaitable

May 19, 2021

@blurb-it

@alexdelorenzo alexdelorenzo changed the title bpo-44176: Use inspect.isawaitable() to detect if as_completed()'s first param is awaitable bpo-44176: Use inspect.isawaitable() to detect if as_completed()'s first parameter is awaitable

Jun 2, 2021

@alexdelorenzo alexdelorenzo changed the title bpo-44176: Use inspect.isawaitable() to detect if as_completed()'s first parameter is awaitable bpo-44176: Allow asyncio.as_completed() first parameter to be a generator yielding awaitables

Jun 2, 2021

@alexdelorenzo alexdelorenzo changed the title bpo-44176: Allow asyncio.as_completed() first parameter to be a generator yielding awaitables bpo-44176: Allow asyncio.as_completed()'s first parameter to be a generator yielding awaitables

Jun 2, 2021

uriyyo