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
Raw File
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
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top