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, ncoghlan, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-11-08.12:47:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478609278.1.0.746842145086.issue28638@psf.upfronthosting.co.za>
In-reply-to
Content
(tip)
$ ~/local/py37/bin/python3 -m perf timeit -s 'import importlib, functools' -- 'importlib.reload(functools)'
.....................
Median +- std dev: 1.21 ms +- 0.01 ms

(namedtuple-no-compile.patch)
$ ~/local/py37/bin/python3 -m perf timeit -s 'import importlib, functools' -- 'importlib.reload(functools)'
.....................
Median +- std dev: 677 us +- 8 us

Nice!
History
Date User Action Args
2016-11-08 12:47:58methanesetrecipients: + methane, rhettinger, ncoghlan, serhiy.storchaka, xiang.zhang
2016-11-08 12:47:58methanesetmessageid: <1478609278.1.0.746842145086.issue28638@psf.upfronthosting.co.za>
2016-11-08 12:47:58methanelinkissue28638 messages
2016-11-08 12:47:58methanecreate