cpython/Misc/NEWS.d/next/Library/2023-12-17-10-22-55.gh-issu...

4 lines
182 B
ReStructuredText

:meth:`asyncio.futures.Future.set_exception()` now transforms :exc:`StopIteration`
into :exc:`RuntimeError` instead of hanging or other misbehavior. Patch
contributed by Jamie Phan.