Hi there, Looking into sage library, I found the following code: file matrix0.pyx
cdef class Matrix(sage.structure.element.Matrix): ... def __copy__(self): """ ... """ return self.__copy__() what is the intention here ? I hope this code is never executed ? Why not return an error ? Cheers, Florent -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org