Hi Nils,

On 2015-11-05, Nils Bruin <nbr...@sfu.ca> wrote:
> In general, I don't think there is a real problem if
>
> A = manifold(<construction parameter set 1)
> B = manifold(<construction parameter set 1)
>
> has (A is B) equal to False. I would think it's not really a problem if it 
> has A == B equal to False.

+1

> Indeed, this would mean that manifolds stored in separate pickles would be 
> non-equal. However, pickle is smart enough to ensure that
>
> loads(dumps([A,A]))
>
> would again be a sequence of two identical manifolds (they might just be 
> distinct from the A you had originally).

And if you use CachedRepresentation, then loads(dumps(A)) would be
identical with A.

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 sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to