[issue34867] Add mode to disable small integer and interned string caches

Serhiy Storchaka report at bugs.python.org
Tue Oct 2 00:31:56 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

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.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34867>
_______________________________________


More information about the Python-bugs-list mailing list