[issue26280] ceval: Optimize list

Zach Byrne report at bugs.python.org
Thu Feb 18 21:19:51 EST 2016


Zach Byrne added the comment:

Is it worth handling the exception, or just let it take the slow path and get caught by PyObject_GetItem()? We're still making sure the index is in bounds.

Also, where would be an appropriate place to put a macro for adjusting negative indices?

----------

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


More information about the Python-bugs-list mailing list