New submission from Stuart Ball <corin.patter...@gmail.com>:
This is not very helpful if your gather or wait contains multiple versions of foo with different argument values: `<Task pending coro=<foo() running at c.py:6>` Should just be: `<Task pending coro=<foo(42, "hello") running at c.py:6>` Would probably take all of 5 minutes to implement and make a lot of people's lives easier. ---------- messages: 361944 nosy: stuball123 priority: normal severity: normal status: open title: __str__ and __repr__ for asyncio.Task still omit arg values _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue39623> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com