Message10523

Author zyasoft
Recipients ceridwen, zyasoft
Date 2015-12-09.01:42:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449625379.67.0.410502053266.issue2442@psf.upfronthosting.co.za>
In-reply-to
Content
This seems to be the fault of this code in org.python.core.__builtin__:

    public static int len(PyObject obj) {
        return obj.__len__();
    }

Rather related discussion here:
http://sourceforge.net/p/jython/mailman/message/34677839/
History
Date User Action Args
2015-12-09 01:42:59zyasoftsetmessageid: <1449625379.67.0.410502053266.issue2442@psf.upfronthosting.co.za>
2015-12-09 01:42:59zyasoftsetrecipients: + zyasoft, ceridwen
2015-12-09 01:42:59zyasoftlinkissue2442 messages
2015-12-09 01:42:58zyasoftcreate