SIGN IN SIGN UP

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

Also use `raise TimeOut from <CancelledError instance>` so that the CancelledError is set
in the `__cause__` field rather than in the `__context__` field.

Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
K
Kristján Valur Jónsson committed
04adf2df395ded81922c71360a5d66b597471e49
Parent: 1ca3155
Committed by GitHub <noreply@github.com> on 3/22/2023, 5:52:10 PM