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.

作者 arigo
收信人 arigo, eric.snow, mark.dickinson, serhiy.storchaka, zach.ware
日期 2013-08-18.07:48:01
SpamBayes Score -1.0
Marked as misclassified
Message-id <1376812081.57.0.535887451425.issue18712@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2013-08-18 07:48:01arigo修改recipients: + arigo, mark.dickinson, eric.snow, zach.ware, serhiy.storchaka
2013-08-18 07:48:01arigo修改messageid: <1376812081.57.0.535887451425.issue18712@psf.upfronthosting.co.za>
2013-08-18 07:48:01arigo链接issue18712 messages
2013-08-18 07:48:01arigo创建