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 terry.reedy
Recipients alex, docs@python, loewis, terry.reedy
Date 2012-01-04.02:38:49
SpamBayes Score 0.00019666072
Marked as misclassified No
Message-id <1325644730.01.0.0342595612945.issue13707@psf.upfronthosting.co.za>
In-reply-to
Content
Martin, I do not understand. The default hash is based on id (as is default equality comparison), not value. Are you OK with hash values changing if the 'value' changes? My understanding is that changing hash values for objects in sets and dicts is bad, which is why mutable builtins with value-based equality do not have hash values.
History
Date User Action Args
2012-01-04 02:38:50terry.reedysetrecipients: + terry.reedy, loewis, alex, docs@python
2012-01-04 02:38:50terry.reedysetmessageid: <1325644730.01.0.0342595612945.issue13707@psf.upfronthosting.co.za>
2012-01-04 02:38:49terry.reedylinkissue13707 messages
2012-01-04 02:38:49terry.reedycreate