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 2018-02-02.09:43:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517564619.34.0.467229070634.issue32748@psf.upfronthosting.co.za>
In-reply-to
Content
Currently both helper classes have no custom tp_repr slot, it leads to autogenerated <TaskWakeupMethWrapper at 0x....> values.

Both helpers are private but in debug mode asyncio loop reports about slow callbacks, the message doesn't point on executed coroutine -- it just prints 'Executing <TaskWakeupMethWrapper at 0x....> took 0.203 seconds'.

The only way to figure out what coroutine is slow is monkey-patching CTask implementation back to PyTask usage.
Sure, the method is too obscure for newbies.
History
Date User Action Args
2018-02-02 09:43:39asvetlovsetrecipients: + asvetlov, yselivanov
2018-02-02 09:43:39asvetlovsetmessageid: <1517564619.34.0.467229070634.issue32748@psf.upfronthosting.co.za>
2018-02-02 09:43:39asvetlovlinkissue32748 messages
2018-02-02 09:43:39asvetlovcreate