New submission from Andrew Svetlov <[email protected]>:
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 <[email protected]> <https://bugs.python.org/issue47039> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
