mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -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."
Miscellaneous source files for the main Python shared library