commit | 90115a2cf7033c990a54d1ecb90ebd850b5f13cf | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Nov 10 06:20:52 2020 -0800 |
committer | GitHub <noreply@github.com> | Tue Nov 10 06:20:52 2020 -0800 |
tree | 979da20dec8efcb647078166d55fb2801aa825ba | |
parent | 2a86ade9e38168ba49c68d1dd52ced588a80d945 [diff] |
bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-23020) 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>