[issue31543] Optimize wrapper descriptors using FASTCALL

Antoine Pitrou report at bugs.python.org
Thu Sep 21 11:44:16 EDT 2017


Antoine Pitrou added the comment:

> First I would like to know if it's worth it

I don't know. What's the point of optimizing `array.array.__len__(obj)`? People usually call `len(obj)` for that...

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

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


More information about the Python-bugs-list mailing list