Message 65116 - Python tracker (original) (raw)

Message65116

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:32 gvanrossum set spambayes_score: 0.322361 -> 0.32236078recipients: + gvanrossum, twouters, georg.brandl, belopolsky
2008-04-07 20:14:32 gvanrossum set spambayes_score: 0.322361 -> 0.322361messageid: 1207599272.64.0.997225614915.issue2292@psf.upfronthosting.co.za
2008-04-07 20:14:31 gvanrossum link issue2292 messages
2008-04-07 20:14:31 gvanrossum create