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 vstinner
Recipients gvanrossum, pitrou, vstinner, yselivanov
Date 2014-01-15.22:38:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389825497.14.0.755858836795.issue20275@psf.upfronthosting.co.za>
In-reply-to
Content
> So you admit you just want to optimize prematurely?

I don't understand the purpose of these timing information, I don't use them. I would be more interested to know which functions take longer than XXX ms and so hangs the event loop.

By the way, it's not documentation how to enable asyncio logs:
http://docs.python.org/dev/library/asyncio.html

The asyncio logger is not documented. I would like to add a section listing development tools like asyncio.tasks._DEBUG=True and the "Future/Task exception was never retrieved" log.

Hum, it looks like asyncio.futures.STACK_DEBUG is not used.
History
Date User Action Args
2014-01-15 22:38:17vstinnersetrecipients: + vstinner, gvanrossum, pitrou, yselivanov
2014-01-15 22:38:17vstinnersetmessageid: <1389825497.14.0.755858836795.issue20275@psf.upfronthosting.co.za>
2014-01-15 22:38:17vstinnerlinkissue20275 messages
2014-01-15 22:38:17vstinnercreate