[issue9800] Fast path for small int-indexing of lists and tuples

Mark Dickinson report at bugs.python.org
Mon Oct 4 09:26:47 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

A disadvantage of the patch is that ceval.c needs to know about the internal implementation of a PyLong.  At the moment, this information is encapsulated only in Objects/longobject.c and a couple of other places (I think marshal.c).

----------

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


More information about the Python-bugs-list mailing list