[issue34100] Python doesn't intern integers in a tuple of constant literals

INADA Naoki report at bugs.python.org
Wed Jul 11 23:11:37 EDT 2018


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

Thank you for finding it.

I had worked on constant merging. [1]
It didn't fix this case for now.  I'll continue the suspended work.

[1]: https://github.com/methane/cpython/pull/14/files

But it may be a too big to fix only this regression.
How is this regression critical?
If it's important, I'll try to create minimal version of the patch to backport.

----------
assignee:  -> inada.naoki

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


More information about the Python-bugs-list mailing list