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 asvetlov
Recipients asvetlov, callumquick, legnaleurc, yselivanov
Date 2019-11-05.11:09:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572952195.98.0.602568568125.issue38608@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the clarification.
I forgot about this thing; the output can be improved sure.
As a workaround you can use the following hack::

import asyncio.task
asyncio.task.Task = asyncio.task._PyTask

IIRC the pure python version prints a coroutine name at least.
History
Date User Action Args
2019-11-05 11:09:56asvetlovsetrecipients: + asvetlov, yselivanov, legnaleurc, callumquick
2019-11-05 11:09:55asvetlovsetmessageid: <1572952195.98.0.602568568125.issue38608@roundup.psfhosted.org>
2019-11-05 11:09:55asvetlovlinkissue38608 messages
2019-11-05 11:09:55asvetlovcreate