summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-10-29-11-17-35.bpo-42183.50ZcIi.rst
blob: f6d7653f2cf09f9ce4d7200517cf5120359a1e59 (plain)
1
2
3
4
Fix a stack overflow error for asyncio Task or Future repr().

The overflow occurs under some circumstances when a Task or Future
recursively returns itself.