This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arigo
Recipients arigo, eric.snow, mark.dickinson, serhiy.storchaka, zach.ware
Date 2013-08-18.07:48:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376812081.57.0.535887451425.issue18712@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-08-18 07:48:01arigosetrecipients: + arigo, mark.dickinson, eric.snow, zach.ware, serhiy.storchaka
2013-08-18 07:48:01arigosetmessageid: <1376812081.57.0.535887451425.issue18712@psf.upfronthosting.co.za>
2013-08-18 07:48:01arigolinkissue18712 messages
2013-08-18 07:48:01arigocreate