◐ Shell
clean mode source ↗

Message 368807 - Python tracker

Message368807

Author vstinner
Recipients vstinner
Date 2020-05-13.23:35:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589412908.92.0.996406921948.issue40521@roundup.psfhosted.org>
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: <1589412908.92.0.996406921948.issue40521@roundup.psfhosted.org>
2020-05-13 23:35:08vstinnerlinkissue40521 messages
2020-05-13 23:35:08vstinnercreate