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 mark.dickinson
Recipients christian.heimes, gregory.p.smith, mark.dickinson, tim.peters, trevp
Date 2009-12-31.16:39:22
SpamBayes Score 0.00014609234
Marked as misclassified No
Message-id <1262277563.71.0.115322069118.issue936813@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  For smaller inputs, I'm actually getting significant slowdowns:

Unpatched:

>>> timeit('pow(123, 123456789, 123456789L)')
7.355183839797974

Patched:

>>> timeit('pow(123, 123456789, 123456789L)')
8.873976945877075
History
Date User Action Args
2009-12-31 16:39:23mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, gregory.p.smith, trevp, christian.heimes
2009-12-31 16:39:23mark.dickinsonsetmessageid: <1262277563.71.0.115322069118.issue936813@psf.upfronthosting.co.za>
2009-12-31 16:39:22mark.dickinsonlinkissue936813 messages
2009-12-31 16:39:22mark.dickinsoncreate