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 serhiy.storchaka
Recipients loewis, mark.dickinson, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2012-05-13.20:14:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336940228.3172.337.camel@raxxla>
In-reply-to <1336876009.15.0.759788654308.issue14744@psf.upfronthosting.co.za>
Content
Not quite honest contrexample:

./python -m timeit -s "f='[{}]'.format;s='A'*100" "f(s)"

Python 3.3: 1000000 loops, best of 3: 1.67 usec per loop
Python 3.3 + dont_overallocate.patch: 100000 loops, best of 3: 2.01 usec per loop
History
Date User Action Args
2012-05-13 20:14:33serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, mark.dickinson, pitrou, vstinner, python-dev
2012-05-13 20:14:33serhiy.storchakalinkissue14744 messages
2012-05-13 20:14:33serhiy.storchakacreate