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 r.david.murray
Recipients benjamin.peterson, r.david.murray, serhiy.storchaka
Date 2016-10-23.16:40:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477240833.55.0.261913812257.issue28515@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think it should ever be necessary to raise unhashable type from a __hash__ method.  Can't you just set it to None?
History
Date User Action Args
2016-10-23 16:40:33r.david.murraysetrecipients: + r.david.murray, benjamin.peterson, serhiy.storchaka
2016-10-23 16:40:33r.david.murraysetmessageid: <1477240833.55.0.261913812257.issue28515@psf.upfronthosting.co.za>
2016-10-23 16:40:33r.david.murraylinkissue28515 messages
2016-10-23 16:40:33r.david.murraycreate