This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ramchandra Apte
Recipients Philipp.Mölders, Ramchandra Apte, pitrou, r.david.murray, serhiy.storchaka
Date 2013-02-07.12:26:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360239964.53.0.378319036276.issue12596@psf.upfronthosting.co.za>
In-reply-to
Content
Try `./python -R -c "import pickle; print(pickle.dumps({'a':1, 'v':1}))" |md5sum`. The output will differ on subsequent run, while trying `./python -R -c "import pickle; print(pickle.dumps({'a':1}))" |md5sum`, the output is always the same. I suspect because the order of dicts are different on every run (try repr).
History
Date User Action Args
2013-02-07 12:26:04Ramchandra Aptesetrecipients: + Ramchandra Apte, pitrou, r.david.murray, Philipp.Mölders, serhiy.storchaka
2013-02-07 12:26:04Ramchandra Aptesetmessageid: <1360239964.53.0.378319036276.issue12596@psf.upfronthosting.co.za>
2013-02-07 12:26:04Ramchandra Aptelinkissue12596 messages
2013-02-07 12:26:04Ramchandra Aptecreate