[issue12596] cPickle - stored data differ for same dictionary

Alexandre Vassalotti report at bugs.python.org
Fri May 3 03:17:15 CEST 2013


Alexandre Vassalotti added the comment:

There is no guarantee the binary representation of pickled data will be same between different runs. We try to make it mostly consistent when we can, but there are cases, like this one, where we cannot ensure consistency without hurting performance significantly.

----------
nosy: +alexandre.vassalotti
resolution:  -> works for me
stage: needs patch -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list