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 gregory.p.smith, josh.r, maciej.szulik, nnorwitz, rhettinger, serhiy.storchaka, vstinner
Date 2016-03-13.07:21:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457853702.72.0.186108460083.issue26314@psf.upfronthosting.co.za>
In-reply-to
Content
Since interned strings table can only grow and contains exact strings, other data structure may be more appropriate (for example Modules/hashtable.c).

But for now status quo is good to me.
History
Date User Action Args
2016-03-13 07:21:42serhiy.storchakasetrecipients: + serhiy.storchaka, nnorwitz, rhettinger, gregory.p.smith, vstinner, maciej.szulik, josh.r
2016-03-13 07:21:42serhiy.storchakasetmessageid: <1457853702.72.0.186108460083.issue26314@psf.upfronthosting.co.za>
2016-03-13 07:21:42serhiy.storchakalinkissue26314 messages
2016-03-13 07:21:42serhiy.storchakacreate