Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue34386>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to