]> granicus.if.org Git - python/commit
Issue #27942: String constants now interned recursively in tuples and frozensets.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 30 Sep 2016 07:07:26 +0000 (10:07 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 30 Sep 2016 07:07:26 +0000 (10:07 +0300)
commit00a0fc1144d928515ff8abd0de7bb6ad072fcbdb
treec556e0e9d15dea2648f7b62dcea717cb67653a40
parent55f3ae68bb5b3d17719f9c2b85913c9a3f38adbb
Issue #27942: String constants now interned recursively in tuples and frozensets.
Lib/test/test_code.py
Misc/NEWS
Objects/codeobject.c
Python/importlib.h
Python/importlib_external.h