Le Fri, 20 Sep 2013 15:36:45 +0200,
Jesus Cea <j...@jcea.es> a écrit :
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 20/09/13 15:31, Antoine Pitrou wrote:
> > sys.intern is an internal interpreter optimization and should be 
> > orthogonal to pickling. If pickle can't detect already-seen bytes 
> > object, then you may file an improvement request on the bug
> > tracker.
> 
> Understood. Thanks for the clarification.
> 
> Pickle manage correctly "same object" references, but not "different
> objects but equivalent". That is the issue.

Ah, well, in that case the issue is not in pickle, it's in your
code.  pickle doesn't try to guess if "equal" is really functionally
equivalent to "identical".

Regards

Antoine.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to