Message 314909 - Python tracker

Message314909

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