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 serhiy.storchaka
Recipients ammar2, gregory.p.smith, njs, serhiy.storchaka, steven.daprano
Date 2018-10-02.04:31:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538454716.56.0.545547206417.issue34867@psf.upfronthosting.co.za>
In-reply-to
Content
Adding a runtime option will hit a performance of normal execution. And it is impossible to disable interning strings completely. Some core code depends on this. I have also concerns about disabling caching an empty string.

There are also other caches on different levels.
History
Date User Action Args
2018-10-02 04:31:56serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, steven.daprano, njs, ammar2
2018-10-02 04:31:56serhiy.storchakasetmessageid: <1538454716.56.0.545547206417.issue34867@psf.upfronthosting.co.za>
2018-10-02 04:31:56serhiy.storchakalinkissue34867 messages
2018-10-02 04:31:56serhiy.storchakacreate