[issue37596] Reproducible pyc: frozenset is not serialized in a deterministic order

Filipe Laíns report at bugs.python.org
Wed Apr 14 22:38:55 EDT 2021


Filipe Laíns <lains at riseup.net> added the comment:

Normal sets have the same issue, see bpo-43850.

Would it be reasonable to make it so that sets are always created with the definition order? Looking at the set implementation, this seems perfectly possible.

----------
nosy: +FFY00

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37596>
_______________________________________


More information about the Python-bugs-list mailing list