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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, gvanrossum, rhettinger
Date 2008-07-02.23:10:36
SpamBayes Score 0.0035923799
Marked as misclassified No
Message-id <1215040237.3.0.486173594313.issue3263@psf.upfronthosting.co.za>
In-reply-to
Content
This is precisely under discussion in issue2235:
if a base class is hashable, a derived class may set __hash__ to None,
and disallow hashing.
History
Date User Action Args
2008-07-02 23:10:37amaury.forgeotdarcsetspambayes_score: 0.00359238 -> 0.0035923799
recipients: + amaury.forgeotdarc, gvanrossum, rhettinger
2008-07-02 23:10:37amaury.forgeotdarcsetspambayes_score: 0.00359238 -> 0.00359238
messageid: <1215040237.3.0.486173594313.issue3263@psf.upfronthosting.co.za>
2008-07-02 23:10:36amaury.forgeotdarclinkissue3263 messages
2008-07-02 23:10:36amaury.forgeotdarccreate