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 gvanrossum
Recipients belopolsky, georg.brandl, gvanrossum, twouters
Date 2008-04-07.20:14:31
SpamBayes Score 0.32236078
Marked as misclassified No
Message-id <1207599272.64.0.997225614915.issue2292@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Thomas.  The order in which __hash__() is evaluated
shouldn't matter to your app; if __hash__() isn't a pure function (apart
from possible caching) you've got worse trouble.
History
Date User Action Args
2008-04-07 20:14:32gvanrossumsetspambayes_score: 0.322361 -> 0.32236078
recipients: + gvanrossum, twouters, georg.brandl, belopolsky
2008-04-07 20:14:32gvanrossumsetspambayes_score: 0.322361 -> 0.322361
messageid: <1207599272.64.0.997225614915.issue2292@psf.upfronthosting.co.za>
2008-04-07 20:14:31gvanrossumlinkissue2292 messages
2008-04-07 20:14:31gvanrossumcreate