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 sbt
Recipients icedream91, sbt
Date 2013-06-18.10:07:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371550022.96.0.181074153803.issue18252@psf.upfronthosting.co.za>
In-reply-to
Content
I think if you use timeit then the code is wrapped inside a function before it is compiled.  This means that your code can mostly use faster local lookups rather than global lookups.
History
Date User Action Args
2013-06-18 10:07:03sbtsetrecipients: + sbt, icedream91
2013-06-18 10:07:02sbtsetmessageid: <1371550022.96.0.181074153803.issue18252@psf.upfronthosting.co.za>
2013-06-18 10:07:02sbtlinkissue18252 messages
2013-06-18 10:07:02sbtcreate