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 methane
Recipients methane, vstinner
Date 2016-11-18.11:26:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479468414.48.0.350108179051.issue28731@psf.upfronthosting.co.za>
In-reply-to
Content
current:
$ ~/work/python36/bin/python3 -m perf timeit -- 'd = {"a":1, "b":2, "c":3, "d":4, "e":5, "f":6}'
.....................
Median +- std dev: 925 ns +- 49 ns

patched:
$ ~/work/python36/bin/python3 -m perf timeit -- 'd = {"a":1, "b":2, "c":3, "d":4, "e":5, "f":6}'
.....................
Median +- std dev: 726 ns +- 30 ns
History
Date User Action Args
2016-11-18 11:26:54methanesetrecipients: + methane, vstinner
2016-11-18 11:26:54methanesetmessageid: <1479468414.48.0.350108179051.issue28731@psf.upfronthosting.co.za>
2016-11-18 11:26:54methanelinkissue28731 messages
2016-11-18 11:26:54methanecreate