Hi Jeroen, On 2016-08-05, Jeroen Demeyer <[email protected]> wrote: > Pointers are welcome.
#18756: It makes it possible for a category to define a coerce action for its objects, providing a multiplication/addition/... for the elements of the objects. A coerce action can be implemented in Cython and can use cythoned methods of the elements (think of _lmul_, which is a cython method). Thus, it is not a problem if the parents are implemented in Python, as long as the action and the element's helper methods are implemented in Cython. In this ticket, I move all the coercion functionality to Element. Best regards, Simon -- You received this message because you are subscribed to the Google Groups "sage-devel" 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-devel. For more options, visit https://groups.google.com/d/optout.
