SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)

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."
C
Chris Jerdonek committed
da742ba826721da84140abc785856d4ccc2d787f
Parent: d17f3d8
Committed by GitHub <noreply@github.com> on 5/18/2020, 5:47:31 AM