Is anybody interested in looking at this?

Thank you very much

On 8 Mar, 20:14, Maurizio <maurizio.gran...@gmail.com> wrote:
> Hello,
>
> I was able to reproduce this in Sage 3.3
>
> var('a b c')
> first = a + b + c
> first._operands[0]._operands[0] is a
>
> True
>
> second = loads(dumps(first))
> second._operands[0]._operands[0] is a
>
> False
>
> Should anyone open a bug in trac? I am not sure of how to do that and
> which function to address this bug, but it seems definitely something
> worth it, don't you think?
>
> Thank you
>
> Maurizio
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to