cpython/Misc/NEWS.d/next/Library/2024-01-07-13-36-03.gh-issu...

2 lines
235 B
ReStructuredText

:func:`asyncio.Condition.wait()` now re-raises the same :exc:`CancelledError` instance that may have caused it to be interrupted. Fixed race condition in :func:`asyncio.Semaphore.aquire` when interrupted with a :exc:`CancelledError`.