]> 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:38:08 +0000 (10:38 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 30 Sep 2016 07:38:08 +0000 (10:38 +0300)
commit67edf73183b8bf0127456454747f596428cc28f6
treef7073352c2a146b0fc1498ee128e56f061bc31cf
parent8d7fa40cb32f3f0539ac67f457a78427708ded1a
Issue #27942: String constants now interned recursively in tuples and frozensets.
Lib/test/test_code.py
Misc/NEWS
Objects/codeobject.c