STINNER Victor added the comment:

> I will probably remove the optimization on frozenset since it's only useful 
> for AST optimizers (the optimization is a new feature, I considered that it 
> was worth it to add it Python 3.6 as part of my work on the PEP 511).

Hum, it doesn't work: test_compile_ast() of test_compile fails without this 
code. The test relies (indirectly) on the fact that two code objects using a 
frozenset constant are equal.

----------

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

Reply via email to