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 mark.dickinson
Recipients Mark.Shannon, georg.brandl, mark.dickinson, r.david.murray
Date 2010-09-23.19:31:16
SpamBayes Score 0.0009186598
Marked as misclassified No
Message-id <1285270278.21.0.459065319461.issue9930@psf.upfronthosting.co.za>
In-reply-to
Content
> PyNumber_Add ends up calling compare_add with the float as its first
> argument, which is impossible to do from Python.

[Assuming you mean complex_add.]  I think this bit is expected, though.  complex_add (or float_add, or whatever) provides both the __add__ and __radd__ methods.
History
Date User Action Args
2010-09-23 19:31:18mark.dickinsonsetrecipients: + mark.dickinson, georg.brandl, r.david.murray, Mark.Shannon
2010-09-23 19:31:18mark.dickinsonsetmessageid: <1285270278.21.0.459065319461.issue9930@psf.upfronthosting.co.za>
2010-09-23 19:31:16mark.dickinsonlinkissue9930 messages
2010-09-23 19:31:16mark.dickinsoncreate