[issue18712] Pure Python operator.index doesn't match the C version.

Armin Rigo report at bugs.python.org
Sun Aug 18 09:48:01 CEST 2013


Armin Rigo added the comment:

Ah.  If that's the only reason, then that seems a bit like misguided effort...  For alternative implementations like PyPy and Jython, the "_operator" module is definitely one of the simplest ones to reimplement in RPython or Java.  Every function is straightforwardly translated to just one call to an internal function -- that we need to have already for the rest of the language.

----------

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


More information about the Python-bugs-list mailing list