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 alexandre.vassalotti
Recipients Philipp.Mölders, Ramchandra Apte, alexandre.vassalotti, pitrou, r.david.murray, serhiy.storchaka
Date 2013-05-03.01:17:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367543835.33.0.0235003118809.issue12596@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-05-03 01:17:15alexandre.vassalottisetrecipients: + alexandre.vassalotti, pitrou, r.david.murray, Philipp.Mölders, Ramchandra Apte, serhiy.storchaka
2013-05-03 01:17:15alexandre.vassalottisetmessageid: <1367543835.33.0.0235003118809.issue12596@psf.upfronthosting.co.za>
2013-05-03 01:17:15alexandre.vassalottilinkissue12596 messages
2013-05-03 01:17:15alexandre.vassalotticreate