[issue8738] cPickle dumps(tuple) != dumps(loads(dumps(tuple)))

Antoine Pitrou report at bugs.python.org
Mon May 17 12:50:32 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

I don't think you can expect serialized results to always be equal. It can depend on specifics of the internal algorithm, such as optimizations or dict iteration order.

----------
nosy: +alexandre.vassalotti, pitrou
priority: normal -> low
versions: +Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8738>
_______________________________________


More information about the Python-bugs-list mailing list