There was an error while loading. Please reload this page.
1 parent d9d7766 commit d09b9f3Copy full SHA for d09b9f3
1 file changed
Misc/NEWS.d/next/Library/2026-08-24-14-28-47.gh-issue-108549.XZ34WD.rst
@@ -1,3 +1,3 @@
1
Fix :class:`asyncio.Task`, when the task has a pending cancellation,
2
-replace **exc** exception with a :exc:`CancelledError` unless it is
3
-:exc:`SystemExit` or :exc:`KeyboardInterrupt`, which must propagate unchanged
+replace **exc** exception with a :exc:`asyncio.CancelledError` unless it is
+:exc:`SystemExit` or :exc:`KeyboardInterrupt`, which must propagate unchanged.
0 commit comments