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 yselivanov
Recipients asvetlov, njs, thehesiod, yselivanov
Date 2018-04-03.23:06:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522796799.96.0.467229070634.issue33221@psf.upfronthosting.co.za>
In-reply-to
Content
> Yuri, what do you think about?

I plan to use contextvars module to introduce a full-blown tracing API to asyncio to selectively log events like tacks creations, event loop switching, IO done by transports etc.  The plan is to prototype it in uvloop first.

I'll update this issue with a link to a discussion.
History
Date User Action Args
2018-04-03 23:06:39yselivanovsetrecipients: + yselivanov, njs, asvetlov, thehesiod
2018-04-03 23:06:39yselivanovsetmessageid: <1522796799.96.0.467229070634.issue33221@psf.upfronthosting.co.za>
2018-04-03 23:06:39yselivanovlinkissue33221 messages
2018-04-03 23:06:39yselivanovcreate