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 methane
Recipients FFY00, jefferyto, methane, rhettinger, serhiy.storchaka, vstinner
Date 2021-05-27.00:44:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622076288.34.0.013032499778.issue37596@roundup.psfhosted.org>
In-reply-to
Content
> If that's the case, then the argument Raymond provided against preserving order does not seem that relevant, as we would only need to preserve the order in the creation operation.

Note that PYC files are marshalled from code objects including frozenset instance, not from AST.
When marshaling, frozenset instance is created already and its creation order is lost .
History
Date User Action Args
2021-05-27 00:44:48methanesetrecipients: + methane, rhettinger, vstinner, serhiy.storchaka, FFY00, jefferyto
2021-05-27 00:44:48methanesetmessageid: <1622076288.34.0.013032499778.issue37596@roundup.psfhosted.org>
2021-05-27 00:44:48methanelinkissue37596 messages
2021-05-27 00:44:48methanecreate