[issue34100] Same constants in tuples are not merged while compile()

STINNER Victor report at bugs.python.org
Tue Nov 27 09:13:40 EST 2018


STINNER Victor <vstinner at redhat.com> added the comment:

merge_consts_recursive(): rather than modifying the 'key' tuple, would it make sense to *add* the new key to the cache?

----------

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


More information about the Python-bugs-list mailing list