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-02.21:43:23
SpamBayes Score 2.0154761e-05
Marked as misclassified No
Message-id <1215035004.48.0.298049377685.issue2235@psf.upfronthosting.co.za>
In-reply-to
Content
Unhashable types that implement an "I'm not hashable" __hash__ method
will indeed require modification in 2.6 in order to avoid incorrectly
passing an "isinstance(obj, collections.Hashable)" check (note that
several of the mutable standard library types such as collections.deque
are incorrectly detected as hashable in the current SVN trunk).
History
Date User Action Args
2008-07-02 21:43:24ncoghlansetspambayes_score: 2.01548e-05 -> 2.0154761e-05
recipients: + ncoghlan, gvanrossum, barry, rhettinger, amaury.forgeotdarc, schmir, jek, eikeon, glyph
2008-07-02 21:43:24ncoghlansetspambayes_score: 2.01548e-05 -> 2.01548e-05
messageid: <1215035004.48.0.298049377685.issue2235@psf.upfronthosting.co.za>
2008-07-02 21:43:23ncoghlanlinkissue2235 messages
2008-07-02 21:43:23ncoghlancreate