[issue3974] collections.namedtuple uses exec to create new classes

Antoine Pitrou report at bugs.python.org
Wed Oct 1 12:39:52 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

Have you run benchmarks of both versions? It seems the benefit of the
original version is that it's faster, thanks to hardcoding critical methods.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3974>
_______________________________________


More information about the Python-bugs-list mailing list