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 wolever
Recipients wolever
Date 2016-11-30.18:26:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480530394.0.0.669928514028.issue28842@psf.upfronthosting.co.za>
In-reply-to
Content
The PyInstanceMethod_Type, unlike all other method types, isn't hashable.

It seems like the code exists, it's just been commented out: https://github.com/python/cpython/blame/c30098c8c6014f3340a369a31df9c74bdbacc269/Objects/classobject.c#L569

This came up here: https://github.com/wolever/pprintpp/issues/18

And Christian Heimes doesn't remember why it was commented out: https://twitter.com/ChristianHeimes/status/803900655324790784
History
Date User Action Args
2016-11-30 18:26:34woleversetrecipients: + wolever
2016-11-30 18:26:34woleversetmessageid: <1480530394.0.0.669928514028.issue28842@psf.upfronthosting.co.za>
2016-11-30 18:26:33woleverlinkissue28842 messages
2016-11-30 18:26:33wolevercreate