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 pitrou, vstinner
Date 2011-10-12.20:21:30
SpamBayes Score 0.030896822
Marked as misclassified No
Message-id <1318450891.16.0.447171582212.issue13155@psf.upfronthosting.co.za>
In-reply-to
Content
Without the patch:

python3.2 -m timeit 'x="é"+"x"*10000' 'x[1:]'
100000 loops, best of 3: 2.18 usec per loop
                                                                                     
python3.3 -m timeit 'x="é"+"x"*10000' 'x[1:]'
100000 loops, best of 3: 6.68 usec per loop
History
Date User Action Args
2011-10-12 20:21:31vstinnersetrecipients: + vstinner, pitrou
2011-10-12 20:21:31vstinnersetmessageid: <1318450891.16.0.447171582212.issue13155@psf.upfronthosting.co.za>
2011-10-12 20:21:30vstinnerlinkissue13155 messages
2011-10-12 20:21:30vstinnercreate