This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Kay.Hayen, josh.r, kayhayen, python-dev, rhettinger, serhiy.storchaka, steven.daprano
Date 2016-09-30.07:40:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160930073959.12110.34504.D21714A2@psf.io>
In-reply-to
Content
New changeset 78bea78d9335 by Serhiy Storchaka in branch '3.5':
Issue #27942: String constants now interned recursively in tuples and frozensets.
https://hg.python.org/cpython/rev/78bea78d9335

New changeset 0ce63a7651b9 by Serhiy Storchaka in branch '3.6':
Issue #27942: String constants now interned recursively in tuples and frozensets.
https://hg.python.org/cpython/rev/0ce63a7651b9

New changeset 44af6bd21b94 by Serhiy Storchaka in branch 'default':
Issue #27942: String constants now interned recursively in tuples and frozensets.
https://hg.python.org/cpython/rev/44af6bd21b94

New changeset 7cea3bf44acb by Serhiy Storchaka in branch '2.7':
Issue #27942: String constants now interned recursively in tuples and frozensets.
https://hg.python.org/cpython/rev/7cea3bf44acb
History
Date User Action Args
2016-09-30 07:40:02python-devsetrecipients: + python-dev, rhettinger, steven.daprano, kayhayen, serhiy.storchaka, Kay.Hayen, josh.r
2016-09-30 07:40:02python-devlinkissue27942 messages
2016-09-30 07:40:02python-devcreate