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 lemburg
Recipients dstufft, ezio.melotti, josh.r, lemburg, pitrou, rhettinger, scoder, serhiy.storchaka, tim.peters
Date 2015-03-25.13:40:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427290807.68.0.158321626734.issue23712@psf.upfronthosting.co.za>
In-reply-to
Content
I wouldn't make this the default, since the probability is small, but not zero.

However, it may be worth exploring this as dict sub-type for applications to use which could benefit from it.

For internal strings, we already use interning, so no win there. The probabilistic approach would only make sense for dictionaries which store non-interned Unicode keys and get lots of dict lookups.
History
Date User Action Args
2015-03-25 13:40:07lemburgsetrecipients: + lemburg, tim.peters, rhettinger, pitrou, scoder, ezio.melotti, serhiy.storchaka, dstufft, josh.r
2015-03-25 13:40:07lemburgsetmessageid: <1427290807.68.0.158321626734.issue23712@psf.upfronthosting.co.za>
2015-03-25 13:40:07lemburglinkissue23712 messages
2015-03-25 13:40:07lemburgcreate