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 barry, eric.smith, eric.snow, llllllllll, python-dev, rhettinger, serhiy.storchaka
Date 2015-05-24.13:30:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432474232.66.0.0406367358345.issue24276@psf.upfronthosting.co.za>
In-reply-to
Content
Affect on performance:

$ ./python -m timeit -r 11 -s "from collections import namedtuple as n;a = n('n', 'a b c')(1, 2, 3)"

Unpatched: 10000000 loops, best of 11: 0.0567 usec per loop
Patched  : 10000000 loops, best of 11: 0.0567 usec per loop
History
Date User Action Args
2015-05-24 13:30:32serhiy.storchakasetrecipients: + serhiy.storchaka, barry, rhettinger, eric.smith, python-dev, eric.snow, llllllllll
2015-05-24 13:30:32serhiy.storchakasetmessageid: <1432474232.66.0.0406367358345.issue24276@psf.upfronthosting.co.za>
2015-05-24 13:30:32serhiy.storchakalinkissue24276 messages
2015-05-24 13:30:32serhiy.storchakacreate