Message8799

Author zyasoft
Recipients santa4nt, zyasoft
Date 2014-06-23.16:07:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403539651.24.0.505234421263.issue2173@psf.upfronthosting.co.za>
In-reply-to
Content
Makes sense, yesterday I was seeing a somewhat related issues in terms of PyLong not playing well with PyInteger in java2py adapting.

Fortunately these are usually easy, to the point of trivial, to fix, once we have identified and started testing.

Note that is one example where CPython also doesn't get it right:

$ python
Python 2.7.5 (default, Mar  9 2014, 22:15:05)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> (10).__add__(10L)
NotImplemented
History
Date User Action Args
2014-06-23 16:07:31zyasoftsetmessageid: <1403539651.24.0.505234421263.issue2173@psf.upfronthosting.co.za>
2014-06-23 16:07:31zyasoftsetrecipients: + zyasoft, santa4nt
2014-06-23 16:07:31zyasoftlinkissue2173 messages
2014-06-23 16:07:31zyasoftcreate