Inada Naoki <songofaca...@gmail.com> added the comment:

> 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 .

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37596>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to