[issue26280] ceval: Optimize [] operation similarly to CPython 2.7

Antoine Pitrou report at bugs.python.org
Thu Feb 4 18:00:40 EST 2016


Antoine Pitrou added the comment:

> I'm pretty sure that optimizing lists (and tuples?) is a great idea.

I think it's a good idea indeed.

> It would also be nice to optimize [-1] lookup

How is that different from the above? :)

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

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


More information about the Python-bugs-list mailing list