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 ncoghlan
Recipients amaury.forgeotdarc, barry, eikeon, glyph, gvanrossum, jek, ncoghlan, rhettinger, schmir
Date 2008-07-06.07:52:30
SpamBayes Score 6.80158e-07
Marked as misclassified No
Message-id <1215330757.53.0.881108898782.issue2235@psf.upfronthosting.co.za>
In-reply-to
Content
Attached updated patch which implements Guido's suggestion from above
(inheritance of __hash__ is blocked at the C level by setting the slot
to PyObject_HashNotImplemented and at the Python level by setting
__hash__ = None).

All tests which don't depend on a -u resource flag still pass (currently
running a -uall set of tests as well).
History
Date User Action Args
2008-07-06 07:52:38ncoghlansetspambayes_score: 6.80158e-07 -> 6.80158e-07
recipients: + ncoghlan, gvanrossum, barry, rhettinger, amaury.forgeotdarc, schmir, jek, eikeon, glyph
2008-07-06 07:52:37ncoghlansetspambayes_score: 6.80158e-07 -> 6.80158e-07
messageid: <1215330757.53.0.881108898782.issue2235@psf.upfronthosting.co.za>
2008-07-06 07:52:36ncoghlanlinkissue2235 messages
2008-07-06 07:52:36ncoghlancreate