#18622: Improve true division support in coercion model
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.8
      Component:  cython             |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jeroen Demeyer     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/jdemeyer/improve_true_division_support_in_coercion_model|  
f61588ecabefc84103c4daa40e648b76e6e58828
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by wluebbe):

 For both {{{coerce.pyx}}} and {{{element.pyx}}} in the lines
 {{{
 -cdef add, sub, mul, div, iadd, isub, imul, idiv
 -from operator import add, sub, mul, div, iadd, isub, imul, idiv
 +cdef add, sub, mul, div, truediv, iadd, isub, imul, idiv
 +from operator import add, sub, mul, div, truediv, iadd, isub, imul, idiv
 }}}
 you inserted {{{truediv}}} but not {{{itruediv}}}.
 Was this done for a reason?

--
Ticket URL: <http://trac.sagemath.org/ticket/18622#comment:5>
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 http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to