[issue13735] The protocol > 0 of cPickle does not given stable dictionary values

Kay Hayen report at bugs.python.org
Sun Jan 8 20:03:17 CET 2012


Kay Hayen <kayhayen at gmx.de> added the comment:

I see, if it's refcount dependent, that explains why it changes from interpreter provided dictionary and self-created one.

So, I take, I should always call "pickletools.optimize( cPickle.dumps( value ))" then.

Thanks,
Kay

----------

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


More information about the Python-bugs-list mailing list