This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stuball123
Recipients stuball123
Date 2020-02-13.08:19:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581581975.12.0.0633437109598.issue39623@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-02-13 08:19:35stuball123setrecipients: + stuball123
2020-02-13 08:19:35stuball123setmessageid: <1581581975.12.0.0633437109598.issue39623@roundup.psfhosted.org>
2020-02-13 08:19:35stuball123linkissue39623 messages
2020-02-13 08:19:34stuball123create