On Tuesday, November 19, 2013 9:25:31 PM UTC-5, Nils Bruin wrote: > > Also, it is perfectly legal to feed values that are not constant across >> sessions into the hash. E.g. id(self.parent()). >> > > That by itself wouldn't make it invalid to cache and pickle hash values. >
Creating an object with the wrong hash is invalid in my book. Once you start comparing it with an object that was just created (not unpickled) you'll run into problems. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/groups/opt_out.
