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 Joshua.Harlow, bquinlan, giampaolo.rodola, gvanrossum, pitrou, vstinner, yselivanov
Date 2015-06-15.09:35:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434360909.16.0.349781860444.issue24451@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-06-15 09:35:09vstinnersetrecipients: + vstinner, gvanrossum, bquinlan, pitrou, giampaolo.rodola, yselivanov, Joshua.Harlow
2015-06-15 09:35:09vstinnersetmessageid: <1434360909.16.0.349781860444.issue24451@psf.upfronthosting.co.za>
2015-06-15 09:35:09vstinnerlinkissue24451 messages
2015-06-15 09:35:08vstinnercreate