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 pitrou
Recipients BreamoreBoy, flambda, josh.r, ncoghlan, pitrou, pmoody, tim.peters
Date 2014-06-21.01:33:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <53A4E0CA.3070609@free.fr>
In-reply-to <1403314274.85.0.121426935045.issue20446@psf.upfronthosting.co.za>
Content
> Tim Peters added the comment:
>
> I'm more puzzled by why `__hash__()` here bothers to call `hex()` at
all. It's faster to hash the underlying int as-is, and collisions in
this specific context would still be rare.

Let someone provide a patch, then.
History
Date User Action Args
2014-06-21 01:33:02pitrousetrecipients: + pitrou, tim.peters, ncoghlan, pmoody, BreamoreBoy, flambda, josh.r
2014-06-21 01:33:02pitroulinkissue20446 messages
2014-06-21 01:33:02pitroucreate