cpython/Misc/NEWS.d/next/Library/2023-03-22-16-15-18.gh-issu...

4 lines
237 B
ReStructuredText

The :class:`asyncio.Timeout` context manager now works reliably even when performing cleanup due
to task cancellation. Previously it could raise a
:exc:`~asyncio.CancelledError` instead of an :exc:`~asyncio.TimeoutError` in such cases.