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 rhettinger, ronaldoussoren, rushter, serhiy.storchaka
Date 2018-08-13.09:38:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534153132.11.0.56676864532.issue34386@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-08-13 09:38:52serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ronaldoussoren, rushter
2018-08-13 09:38:52serhiy.storchakasetmessageid: <1534153132.11.0.56676864532.issue34386@psf.upfronthosting.co.za>
2018-08-13 09:38:52serhiy.storchakalinkissue34386 messages
2018-08-13 09:38:52serhiy.storchakacreate