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 chemacortes
Recipients chemacortes, jcea, mark.dickinson, pitrou, rhettinger
Date 2009-02-07.04:41:28
SpamBayes Score 0.0001092341
Marked as misclassified No
Message-id <6ffdb0b60902062041q65845716hfeda06e20b7d1807@mail.gmail.com>
In-reply-to <1233948068.25.0.749030423905.issue5169@psf.upfronthosting.co.za>
Content
I also agree to close this bug as invalid. Indeed, there is not any
reason to make equal id(a) and hash(a), but the description of
"hashable" object from the documentation (but this is a different
issue).

'hash' and 'id' returns the same-wordsize integer (32bit): 'id' as
unsigned long (Py_uintptr_t), and 'hash' as signed long casted from
'id'.

Thanks for your time,
Chema
History
Date User Action Args
2009-02-07 04:41:35chemacortessetrecipients: + chemacortes, rhettinger, jcea, mark.dickinson, pitrou
2009-02-07 04:41:31chemacorteslinkissue5169 messages
2009-02-07 04:41:30chemacortescreate