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 vstinner
Recipients christian.heimes, djc, ezio.melotti, gregory.p.smith, meador.inge, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2013-10-28.19:17:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382987869.49.0.389318057668.issue16286@psf.upfronthosting.co.za>
In-reply-to
Content
>> That raises the question of what strings ever have had their hash
>> already computed if the string hasn't been interned or has been used
>> in a dict or set?
>
> Currently, none, I think.

Strings are used (and compared) outside dict and set.
History
Date User Action Args
2013-10-28 19:17:49vstinnersetrecipients: + vstinner, rhettinger, gregory.p.smith, pitrou, christian.heimes, djc, ezio.melotti, meador.inge, serhiy.storchaka
2013-10-28 19:17:49vstinnersetmessageid: <1382987869.49.0.389318057668.issue16286@psf.upfronthosting.co.za>
2013-10-28 19:17:49vstinnerlinkissue16286 messages
2013-10-28 19:17:49vstinnercreate