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 christian.heimes, gregory.p.smith, mark.dickinson, vstinner
Date 2008-11-10.18:55:24
SpamBayes Score 0.00083572615
Marked as misclassified No
Message-id <1226343326.85.0.69989267572.issue4294@psf.upfronthosting.co.za>
In-reply-to
Content
Other optimization for long_compare(), long_lshift() and 
long_rshift().

Note: with all my patches, Python is a little bit faster (but not 
slower, which is already a good thing ;-)).
History
Date User Action Args
2008-11-10 18:55:27vstinnersetrecipients: + vstinner, gregory.p.smith, mark.dickinson, christian.heimes
2008-11-10 18:55:26vstinnersetmessageid: <1226343326.85.0.69989267572.issue4294@psf.upfronthosting.co.za>
2008-11-10 18:55:26vstinnerlinkissue4294 messages
2008-11-10 18:55:25vstinnercreate