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 llllllllll
Recipients barry, eric.smith, eric.snow, llllllllll, rhettinger
Date 2015-04-27.15:53:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430149992.74.0.601981430012.issue23910@psf.upfronthosting.co.za>
In-reply-to
Content
I am currently on a different machine so these numbers are not relative to the others posted earlier.

* default
./python -m timeit -s "from collections import namedtuple as n;a = n('n', 'a b c')(1, 2, 3)" "a.a"
10000000 loops, best of 3: 0.0699 usec per loop

* patch
./python -m timeit -s "from collections import namedtuple as n;a = n('n', 'a b c')(1, 2, 3)" "a.a"
10000000 loops, best of 3: 0.0468 usec per loop
History
Date User Action Args
2015-04-27 15:53:12llllllllllsetrecipients: + llllllllll, barry, rhettinger, eric.smith, eric.snow
2015-04-27 15:53:12llllllllllsetmessageid: <1430149992.74.0.601981430012.issue23910@psf.upfronthosting.co.za>
2015-04-27 15:53:12lllllllllllinkissue23910 messages
2015-04-27 15:53:12llllllllllcreate