Message357913
_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 |
|
Date |
User |
Action |
Args |
2019-12-06 13:09:22 | asvetlov | set | recipients:
+ asvetlov, yselivanov |
2019-12-06 13:09:22 | asvetlov | set | messageid: <1575637762.64.0.656469338348.issue38986@roundup.psfhosted.org> |
2019-12-06 13:09:22 | asvetlov | link | issue38986 messages |
2019-12-06 13:09:22 | asvetlov | create | |
|