Message5928

Author pjenvey
Recipients akong, babelmania, doublep, pjenvey
Date 2010-07-27.23:46:27
SpamBayes Score 0.0018767555
Marked as misclassified No
Message-id <1280274389.26.0.994316431424.issue1622@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, PyArray array___add__ and array__iadd__ were throwing TypeErrors preventing the __radd__ from being tried. Instead they need to return NotImplemented (actually null from Java methods exposed as MethodType.BINARY)

fixed in 7082
History
Date User Action Args
2010-07-27 23:46:29pjenveysetmessageid: <1280274389.26.0.994316431424.issue1622@psf.upfronthosting.co.za>
2010-07-27 23:46:29pjenveysetrecipients: + pjenvey, akong, doublep, babelmania
2010-07-27 23:46:28pjenveylinkissue1622 messages
2010-07-27 23:46:28pjenveycreate