Staging
v0.8.1
https://github.com/python/cpython
Revision da742ba826721da84140abc785856d4ccc2d787f authored by Chris Jerdonek on 18 May 2020, 05:47:31 UTC, committed by GitHub on 18 May 2020, 05:47:31 UTC
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."
1 parent d17f3d8
History
Tip revision: da742ba826721da84140abc785856d4ccc2d787f authored by Chris Jerdonek on 18 May 2020, 05:47:31 UTC
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Tip revision: da742ba
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 42.6 KB
python.c -rw-r--r-- 266 bytes

README

back to top