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 rhettinger
Recipients Mariatta, dfrojas, eli.bendersky, nedbat, rhettinger, scoder, serhiy.storchaka, taleinat, vstinner
Date 2018-11-10.20:47:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541882823.03.0.788709270274.issue34160@psf.upfronthosting.co.za>
In-reply-to
Content
One other thought:  We should add a note to the docs for all of the serialization formats saying that we specifically disclaim that they will always generate exactly the same output byte-for-byte.  When Serhiy made some small optimizations to the encoding of pickles, it would have broken any test that checked byte-level equality rather than semantic level equality (checked by making sure the pickle/unpickle steps would round-trip without loss of information).
History
Date User Action Args
2018-11-10 20:47:03rhettingersetrecipients: + rhettinger, scoder, vstinner, taleinat, nedbat, eli.bendersky, serhiy.storchaka, Mariatta, dfrojas
2018-11-10 20:47:03rhettingersetmessageid: <1541882823.03.0.788709270274.issue34160@psf.upfronthosting.co.za>
2018-11-10 20:47:03rhettingerlinkissue34160 messages
2018-11-10 20:47:02rhettingercreate