Yes, I have done that and what appears to be happening is that the first 
time __setstate__ is called it is called with  (parent,dict1) where parent 
is the projective space and dict1 is the attributes of point 1. The second 
time it calls __setstate__(dict1,dict2) instead of (parent,dict2).

This doesn't sound like what you're describing with the custome __eq__ and 
__hash__.


On Monday, April 14, 2014 4:32:39 AM UTC-4, Volker Braun wrote:
>
> To see some of the machinery you can run explain_pickle(dumps(obj))
>

-- 
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