[issue34386] Expose a dictionary of interned strings in sys module

Serhiy Storchaka report at bugs.python.org
Mon Aug 13 05:38:52 EDT 2018


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

I concur with Ronald. Using a dict instance is an implementation detail. CPython could use a dict, a set, a hashtable implementation from Modules/hashtable.c, or the HAMT implementation from Python/hamt.c. Other Python implementations can have other options.

----------
nosy: +serhiy.storchaka
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list