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

Yury Selivanov report at bugs.python.org
Thu Feb 4 23:10:03 EST 2016


Yury Selivanov added the comment:

Looks like we want to specialize it for lists, tuples, and dicts; as expected.  Not so sure about [-1, but I suggest to benchmark it anyways ;)

----------

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


More information about the Python-bugs-list mailing list