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 vstinner
Recipients Mark.Shannon, corona10, craigh, diabonas, eric.snow, erlendaasland, hroncok, methane, ndjensen, pablogsal, serhiy.storchaka, vstinner
Date 2021-12-15.17:15:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639588551.3.0.191016955996.issue46006@roundup.psfhosted.org>
In-reply-to
Content
Mark: "As Victor points out, there is no bug in 3.9 because interned strings are common across all interpreter. We should revert that behavior."

The rationale for having per-interpreter interned strings and per-interpreter _Py_IDENTIFIER() string objects can be found in bpo-39465 and bpo-40521.
History
Date User Action Args
2021-12-15 17:15:51vstinnersetrecipients: + vstinner, craigh, methane, Mark.Shannon, eric.snow, serhiy.storchaka, ndjensen, hroncok, corona10, pablogsal, erlendaasland, diabonas
2021-12-15 17:15:51vstinnersetmessageid: <1639588551.3.0.191016955996.issue46006@roundup.psfhosted.org>
2021-12-15 17:15:51vstinnerlinkissue46006 messages
2021-12-15 17:15:51vstinnercreate