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
workflows
CODEOWNERS -rw-r--r-- 3.8 KB
CONTRIBUTING.rst -rw-r--r-- 2.4 KB
FUNDING.yml -rw-r--r-- 57 bytes
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 700 bytes
SECURITY.md -rw-r--r-- 530 bytes
codecov.yml -rw-r--r-- 485 bytes

back to top