On Oct 7, 8:50 pm, Mike Hansen <mhan...@gmail.com> wrote: > It doesn't have anything to do with the compiler warning messages -- > the problem is much simpler than that. The implementation of > Element.__copy__ is wrong for Expression objects; namely, it doesn't > set the _gobj attribute. To fix it, we just add a proper > implementation of copy: > > def __copy__(self): > return new_Expression_from_GEx(self._parent, self._gobj)
LOL - I should have checked that! Trac isn't working now - can you or drkirkby put that on the ticket when it comes back up? - kcrisman -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org