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.17:48:17
SpamBayes Score 0.1469604
Marked as misclassified No
Message-id <1208368100.26.0.359412408728.issue2603@psf.upfronthosting.co.za>
In-reply-to
Content
With range_eq5.patch applied on an x86-64 Linux box:

$ ./python 
Python 3.0a4+ (py3k:62359M, Apr 16 2008, 13:36:31) 
[GCC 3.4.6 20060404 (Red Hat 3.4.6-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> hash(range(1,2,3))
-4094131973719604815
>>> hash(((1,2,3)))
2528502973977326415


Also, please fix indentation at Objects/rangeobject.c:271.
History
Date User Action Args
2008-04-16 17:48:20belopolskysetspambayes_score: 0.14696 -> 0.1469604
recipients: + belopolsky, gvanrossum, georg.brandl, amaury.forgeotdarc, benjamin.peterson
2008-04-16 17:48:20belopolskysetspambayes_score: 0.14696 -> 0.14696
messageid: <1208368100.26.0.359412408728.issue2603@psf.upfronthosting.co.za>
2008-04-16 17:48:19belopolskylinkissue2603 messages
2008-04-16 17:48:18belopolskycreate