[issue34100] Same integers in a tuple of constant literals are not merged

INADA Naoki report at bugs.python.org
Thu Jul 12 01:22:53 EDT 2018


INADA Naoki <songofacandy at gmail.com> added the comment:

FYI, same constants are shared even when they are in different tuples on 3.6.

For modules having large constant table containing large integer or floats, non name-like string, and bytes are affected significantly.

----------

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


More information about the Python-bugs-list mailing list