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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18712>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to