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 vstinner
Date 2020-05-13.23:35:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I wrote a draft PR to make interned strings per-interpreter. It does crash because it requires to make method cache and _PyUnicode_FromId() (bpo-39465) compatible with subinterpreters.
History
Date User Action Args
2020-05-13 23:35:08vstinnersetrecipients: + vstinner
2020-05-13 23:35:08vstinnersetmessageid: <[email protected]>
2020-05-13 23:35:08vstinnerlinkissue40521 messages
2020-05-13 23:35:08vstinnercreate