mirror of
https://github.com/python/cpython.git
synced 2026-05-17 01:49:12 -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."
Source files for various builtin objects