STINNER Victor added the comment:

asyncio must be as fast as possible in the default configuration. timestamps 
look more as a debug feature for me, or a specific use case. I suggested to 
make asyncio/concurrent.futures "pluggable/hookable" instead of modifying the 
default configuration. For example, in debug mode, asyncio uses a CoroWrapper 
class for coroutines which stores more information (ex: traceback where it was 
created), useless for debug.

----------

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

Reply via email to