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 christian.heimes
Recipients Isaac Morland, christian.heimes, josh.r, r.david.murray, steven.daprano
Date 2017-04-08.20:45:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491684306.12.0.880847160536.issue30020@psf.upfronthosting.co.za>
In-reply-to
Content
I'm with RDM and vote -1, too.

A namedtuple is a bit more costly than a normal tuple. That's especially try for dynamic attrgetter() that are defined ad-hoc, e.g. as key function for sorted(). The creation of type classes doesn't come for free.
History
Date User Action Args
2017-04-08 20:45:06christian.heimessetrecipients: + christian.heimes, steven.daprano, r.david.murray, josh.r, Isaac Morland
2017-04-08 20:45:06christian.heimessetmessageid: <1491684306.12.0.880847160536.issue30020@psf.upfronthosting.co.za>
2017-04-08 20:45:06christian.heimeslinkissue30020 messages
2017-04-08 20:45:05christian.heimescreate