STINNER Victor added the comment:

To support emiting constants from ast.Constant, we will also need the fix for 
the issue #25843. Currently, the compile merges constants (0, 0) and (0.0, 0.0) 
because they are equal, but item types are different.

----------

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

Reply via email to