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
History
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
File Mode Size
fixes
pgen2
tests
Grammar.txt -rw-r--r-- 6.6 KB
PatternGrammar.txt -rw-r--r-- 793 bytes
__init__.py -rw-r--r-- 163 bytes
__main__.py -rw-r--r-- 67 bytes
btm_matcher.py -rw-r--r-- 6.5 KB
btm_utils.py -rw-r--r-- 9.7 KB
fixer_base.py -rw-r--r-- 6.5 KB
fixer_util.py -rw-r--r-- 14.8 KB
main.py -rw-r--r-- 11.6 KB
patcomp.py -rw-r--r-- 6.9 KB
pygram.py -rw-r--r-- 1.3 KB
pytree.py -rw-r--r-- 27.3 KB
refactor.py -rw-r--r-- 26.9 KB

back to top