[New-bugs-announce] [issue34386] Expose a dictionary of interned strings in sys module
Artem Golubin
report at bugs.python.org
Sun Aug 12 05:36:13 EDT 2018
New submission from Artem Golubin <me at rushter.com>:
Python provides an ability to intern strings (sys.intern). It would be useful to expose a read-only dictionary of interned strings to the Python users so we can see what kind of strings are interned.
It takes minimal changes since internally it's just a dictionary. Is this worth adding to the sys module?
----------
components: Interpreter Core
messages: 323437
nosy: rushter
priority: normal
severity: normal
status: open
title: Expose a dictionary of interned strings in sys module
type: enhancement
versions: Python 3.8
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34386>
_______________________________________
More information about the New-bugs-announce
mailing list