Staging
v0.5.1
https://github.com/python/cpython
Revision 90115a2cf7033c990a54d1ecb90ebd850b5f13cf authored by Miss Islington (bot) on 10 November 2020, 14:20:52 UTC, committed by GitHub on 10 November 2020, 14:20:52 UTC

The overflow occurs under some circumstances when a task or future
recursively returns itself.

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
(cherry picked from commit 42d873c63aa9d160c132be4a34599531574db12c)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
1 parent 2a86ade
Raw File
Tip revision: 90115a2cf7033c990a54d1ecb90ebd850b5f13cf authored by Miss Islington (bot) on 10 November 2020, 14:20:52 UTC
bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-23020)
Tip revision: 90115a2
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