[Python-Dev] speeding up PyObject_GetItem

Antoine Pitrou solipsis at pitrou.net
Tue Mar 24 10:52:29 CET 2009


Raymond Hettinger <python <at> rcn.com> writes:
> 
> -1
> 
> The API confusion and clutter isn't worth the micro-optimization.

The API wouldn't change, there would only be a short path for long-indexing of
lists, exactly as there is today in 2.x's BINARY_SUBSCR implementation.




More information about the Python-Dev mailing list