mirror of https://github.com/python/cpython
4 lines
165 B
ReStructuredText
4 lines
165 B
ReStructuredText
|
Allow to call ``async_generator_athrow().throw(...)`` even for non-started
|
||
|
async generator helper. It fixes annoying warning at the end of
|
||
|
:func:`asyncio.run` call.
|