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 belopolsky
Recipients belopolsky, eisele
Date 2008-04-10.16:37:51
SpamBayes Score 0.15091184
Marked as misclassified No
Message-id <1207845471.87.0.738787445706.issue2607@psf.upfronthosting.co.za>
In-reply-to
Content
My guess is that this is due to the fact that strings cache their hash
values while tuples don't.  IIRC, caching tuple's hash values has been
proposed and rejected some time ago.  Furthermore, dict lookups are
heavily optimized for the case when all keys are strings.
History
Date User Action Args
2008-04-10 16:37:51belopolskysetspambayes_score: 0.150912 -> 0.15091184
recipients: + belopolsky, eisele
2008-04-10 16:37:51belopolskysetspambayes_score: 0.150912 -> 0.150912
messageid: <1207845471.87.0.738787445706.issue2607@psf.upfronthosting.co.za>
2008-04-10 16:37:51belopolskylinkissue2607 messages
2008-04-10 16:37:51belopolskycreate