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 amaury.forgeotdarc, belopolsky, benjamin.peterson, georg.brandl, gvanrossum
Date 2008-04-16.18:09:36
SpamBayes Score 0.6548521
Marked as misclassified No
Message-id <1208369378.28.0.400374347277.issue2603@psf.upfronthosting.co.za>
In-reply-to
Content
range_eq5.patch fails to reproduce tuple hash because in the tuple hash
implementation the len variable varies between iterations over items. I
would just use literals for the three different values of mult rather
than copying mult += (long)(82520L + 3 + 3).
History
Date User Action Args
2008-04-16 18:09:38belopolskysetspambayes_score: 0.654852 -> 0.6548521
recipients: + belopolsky, gvanrossum, georg.brandl, amaury.forgeotdarc, benjamin.peterson
2008-04-16 18:09:38belopolskysetspambayes_score: 0.654852 -> 0.654852
messageid: <1208369378.28.0.400374347277.issue2603@psf.upfronthosting.co.za>
2008-04-16 18:09:37belopolskylinkissue2603 messages
2008-04-16 18:09:37belopolskycreate