cpython/Misc/NEWS.d/next/Core and Builtins/2019-09-12-19-50-01.bpo-380...

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.