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 phihag, serhiy.storchaka
Date 2012-11-13.16:43:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352825039.32.0.48750121138.issue16465@psf.upfronthosting.co.za>
In-reply-to
Content
I confirm that.

$ ./python -m timeit -n 1000000 '{};{};{};{};{};{};{};{};{};{}'

2.6: 0.62 usec
2.7: 0.57 usec
3.1: 0.55 usec
3.2: 0.48 usec
3.3: 1.5 usec

Randomization is not affecting it.
History
Date User Action Args
2012-11-13 16:43:59serhiy.storchakasetrecipients: + serhiy.storchaka, phihag
2012-11-13 16:43:59serhiy.storchakasetmessageid: <1352825039.32.0.48750121138.issue16465@psf.upfronthosting.co.za>
2012-11-13 16:43:59serhiy.storchakalinkissue16465 messages
2012-11-13 16:43:59serhiy.storchakacreate