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 kristjan.jonsson, larry, loewis, pitrou, serhiy.storchaka, vajrasky, vstinner
Date 2015-02-04.11:16:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423048609.7.0.339445204269.issue20416@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which adds separate dict for interned strings (otherwise they can be uninterned) and for bytes. It also slightly simplify the code.
History
Date User Action Args
2015-02-04 11:16:49serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, pitrou, kristjan.jonsson, vstinner, larry, vajrasky
2015-02-04 11:16:49serhiy.storchakasetmessageid: <1423048609.7.0.339445204269.issue20416@psf.upfronthosting.co.za>
2015-02-04 11:16:49serhiy.storchakalinkissue20416 messages
2015-02-04 11:16:48serhiy.storchakacreate