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, yselivanov
Date 2019-12-06.13:09:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575637762.64.0.656469338348.issue38986@roundup.psfhosted.org>
In-reply-to
Content
_format_handle() behaves differently if handle._callback.__self__ is asyncio.Task instance.

To follow this logic TaskWakeupMethWrapper from _asynciomodule.c should support the corresponding member.

The fix is very desired for analyzing slow callbacks, without it the output doesn't point on slow coroutine but mentions <TaskWakeupMethWrapper at 0x...> only.

See also #38608
History
Date User Action Args
2019-12-06 13:09:22asvetlovsetrecipients: + asvetlov, yselivanov
2019-12-06 13:09:22asvetlovsetmessageid: <1575637762.64.0.656469338348.issue38986@roundup.psfhosted.org>
2019-12-06 13:09:22asvetlovlinkissue38986 messages
2019-12-06 13:09:22asvetlovcreate