cpython/Misc/NEWS.d/next/Core and Builtins/2023-05-18-12-48-39.gh-issu...

2 lines
162 B
ReStructuredText

Raise :exc:`RuntimeWarning` for unawaited async generator methods like :meth:`~agen.asend`, :meth:`~agen.athrow` and :meth:`~agen.aclose`. Patch by Kumar Aditya.