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 pitrou
Recipients Arfrever, christian.heimes, pitrou, skrah, vstinner, zach.ware
Date 2013-10-29.14:37:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1319437630.126814036.1383057414029.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1383057112.09.0.256022983418.issue19229@psf.upfronthosting.co.za>
Content
> "import operator" is only 2x faster (289 usec => 136 usec). It's less
> interesting.

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.

> And what would be the purpose of a file of 4 line which
> containing "import *"?

To make it obvious that there are two implementations, one of which is
a fallback.
History
Date User Action Args
2013-10-29 14:37:21pitrousetrecipients: + pitrou, vstinner, christian.heimes, Arfrever, skrah, zach.ware
2013-10-29 14:37:21pitroulinkissue19229 messages
2013-10-29 14:37:21pitroucreate