Philipp Mölders added the comment:
The file on disk matters for a replication service, so if a file is touched but
not changed it will not be replicated, but in this special case the data change
even when the structures have not changed. So if this happens very often it
could cause a lot of
Changes by Philipp Mölders :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue12596>
___
___
Python-bugs-list mailing list
Unsubscri
New submission from Philipp Mölders :
I think there is a problem within cPickle. I wanted to store a dictionary with
only one entry with cPickle.dump() this works fine and can be loaded with
cPickle.load(). But if you store the loaded data with cPickle.dump() again, the
stored data differ