#20731: shortcut coercion for Integer-Rational operations
-------------------------------------+-------------------------------------
Reporter: vdelecroix | Owner:
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-7.3
Component: coercion | Resolution:
Keywords: sd74 | Merged in:
Authors: Vincent Delecroix | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
u/vdelecroix/20731 | 675f8e617bdcc66e718d18089938b8d1458d0724
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Comment (by vdelecroix):
Replying to [comment:23 jdemeyer]:
> I'm still not convinced by the `if type(x) is type(y)`. That would break
if somebody wants to subclass `Integer` for some reason. You can check the
types first as an optimization, but you should still support the case
where `isinstance(x, Integer) and isinstance(y, Integer)`.
It perfectly works ;-)
{{{
sage: class A(Integer): pass
sage: A() + 1
1
sage: 1 + A()
1
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/20731#comment:25>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.