[issue28638] Creating namedtuple is too slow to be used in common stdlib (e.g. functools)

Serhiy Storchaka report at bugs.python.org
Tue Nov 8 04:01:30 EST 2016


Serhiy Storchaka added the comment:

What is the main culprit, importing the collections module or compiling a named tuple?

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list