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 Mark.Shannon, jtaylor, lemburg, pitrou, rhettinger, serhiy.storchaka, tim.peters
Date 2015-03-07.13:16:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425734209.79.0.768121706186.issue23601@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m timeit "dict(a=5, b=2)"
Unpatched:         100000 loops, best of 3: 2.5 usec per loop
issue16465 patch: 1000000 loops, best of 3: 1.87 usec per loop
issue23601 patch: 1000000 loops, best of 3: 1.98 usec per loop
History
Date User Action Args
2015-03-07 13:16:49serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, tim.peters, rhettinger, pitrou, Mark.Shannon, jtaylor
2015-03-07 13:16:49serhiy.storchakasetmessageid: <1425734209.79.0.768121706186.issue23601@psf.upfronthosting.co.za>
2015-03-07 13:16:49serhiy.storchakalinkissue23601 messages
2015-03-07 13:16:49serhiy.storchakacreate