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 vstinner
Recipients benjamin.peterson, methane, serhiy.storchaka, vstinner
Date 2018-07-12.08:00:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531382440.99.0.56676864532.issue34093@psf.upfronthosting.co.za>
In-reply-to
Content
According to Serhiy Storchaka, currently marshal.dumps() writes frozenset in arbitrary order, and so frozenset serialization is not reproducible:
https://mail.python.org/pipermail/python-dev/2018-July/154604.html
History
Date User Action Args
2018-07-12 08:00:41vstinnersetrecipients: + vstinner, benjamin.peterson, methane, serhiy.storchaka
2018-07-12 08:00:40vstinnersetmessageid: <1531382440.99.0.56676864532.issue34093@psf.upfronthosting.co.za>
2018-07-12 08:00:40vstinnerlinkissue34093 messages
2018-07-12 08:00:40vstinnercreate