commit | da742ba826721da84140abc785856d4ccc2d787f | [log] [tgz] |
---|---|---|
author | Chris Jerdonek <chris.jerdonek@gmail.com> | Sun May 17 22:47:31 2020 -0700 |
committer | GitHub <noreply@github.com> | Sun May 17 22:47:31 2020 -0700 |
tree | 1a6f9db52fe93edf9946620d0e2312e97c6f16a0 | |
parent | d17f3d8315a3a775ab0807fc80acf92b1bd682f8 [diff] |
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."