STINNER Victor added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20275>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to