[issue32492] C Fast path for namedtuple's property/itemgetter pair

Serhiy Storchaka report at bugs.python.org
Thu Jan 4 13:39:47 EST 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Alternatively we could consider the way of optimizing property or itemgetter (or both). This may be more complex solution, but if the added complexity is not too large, this solution may be more preferable because it will speed up not only namedtuple.

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

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32492>
_______________________________________


More information about the Python-bugs-list mailing list