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 Christian.Tismer, benjamin.peterson, methane, serhiy.storchaka, vstinner
Date 2019-07-15.15:05:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563203142.4.0.225904112994.issue34093@roundup.psfhosted.org>
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

I created bpo-37596 "Reproducible pyc: frozenset is not serialized in a deterministic order" to track this issue.
History
Date User Action Args
2019-07-15 15:05:42vstinnersetrecipients: + vstinner, benjamin.peterson, methane, serhiy.storchaka, Christian.Tismer
2019-07-15 15:05:42vstinnersetmessageid: <1563203142.4.0.225904112994.issue34093@roundup.psfhosted.org>
2019-07-15 15:05:42vstinnerlinkissue34093 messages
2019-07-15 15:05:42vstinnercreate