mirror of
https://github.com/python/cpython.git
synced 2026-05-16 09:29:00 -04:00
da742ba826
When an asyncio.Task is cancelled, the exception traceback now starts with where the task was first interrupted. Previously, the traceback only had "depth one."