Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-102780: Fix uncancel() call in asyncio timeouts #102815

Merged
merged 13 commits into from
Mar 22, 2023
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The `asyncio.timeout()` now works reliably even when performing cleanup due
to task cancellation. Previously the context manager could raise a
`asyncio.CancelledError` instead of an `asyncio.TimeoutError` in such cases.
gvanrossum marked this conversation as resolved.
Show resolved Hide resolved