[New-bugs-announce] [issue47039] Normalize asyncio future and task repr()

Andrew Svetlov report at bugs.python.org
Wed Mar 16 19:53:06 EDT 2022


New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:

Return `...` in the case of recursive representation.

Now the only result is replaced with `...`, all other future properties are still printed.  
It doesn't follow `repr()` for other stdlib objects.

----------
components: asyncio
messages: 415375
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Normalize asyncio future and task repr()
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47039>
_______________________________________


More information about the New-bugs-announce mailing list