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 Arfrever, christian.heimes, pitrou, skrah, vstinner, zach.ware
Date 2013-12-13.02:57:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386903427.24.0.908369773333.issue19229@psf.upfronthosting.co.za>
In-reply-to
Content
"The real question for me is: why are you interested in speeding up the
import of the operator module? 200 µs won't make a visible difference."

Alone, the gain is useless, but it's like the work done in Python 3.4 to avoid loading some modules at startup. The overall idea is to have a fast startup time.

I heard that Python 3 startup time is a major blocker point for Mercurial for example.

But maybe this specific issue is not worth the trouble. (Other parts should be optimized.)
History
Date User Action Args
2013-12-13 02:57:07vstinnersetrecipients: + vstinner, pitrou, christian.heimes, Arfrever, skrah, zach.ware
2013-12-13 02:57:07vstinnersetmessageid: <1386903427.24.0.908369773333.issue19229@psf.upfronthosting.co.za>
2013-12-13 02:57:07vstinnerlinkissue19229 messages
2013-12-13 02:57:06vstinnercreate