Christian Heimes added the comment:

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.

----------
nosy: +christian.heimes

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30020>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to