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 scoder
Recipients mark.dickinson, scoder
Date 2014-09-22.18:42:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411411368.95.0.494083066581.issue22464@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a straight forward patch that special cases int values in the constructor. It gives me a 35% speedup in the benchmark.
History
Date User Action Args
2014-09-22 18:42:48scodersetrecipients: + scoder, mark.dickinson
2014-09-22 18:42:48scodersetmessageid: <1411411368.95.0.494083066581.issue22464@psf.upfronthosting.co.za>
2014-09-22 18:42:48scoderlinkissue22464 messages
2014-09-22 18:42:48scodercreate