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 methane
Recipients gvanrossum, methane, pitrou, scoder, serhiy.storchaka
Date 2018-01-04.17:30:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515087007.32.0.467229070634.issue32346@psf.upfronthosting.co.za>
In-reply-to
Content
In my environment, python -X importtime -c 'import asyncio' speed up from 53.2ms to 51ms.
While I like faster startup time, I don't know 4% speed up is worth enough for
this complexity.
History
Date User Action Args
2018-01-04 17:30:07methanesetrecipients: + methane, gvanrossum, pitrou, scoder, serhiy.storchaka
2018-01-04 17:30:07methanesetmessageid: <1515087007.32.0.467229070634.issue32346@psf.upfronthosting.co.za>
2018-01-04 17:30:07methanelinkissue32346 messages
2018-01-04 17:30:07methanecreate