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 siming85
Recipients christian.heimes, r.david.murray, siming85
Date 2018-05-01.15:57:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525190270.74.0.682650639539.issue33395@psf.upfronthosting.co.za>
In-reply-to
Content
i just discovered cython v0.28 no longer creates instancemethod, so this bug should technically no longer show up after upgrading cython.
(related cython bug https://github.com/cython/cython/pull/2105)

so the question remains - is it a good idea to assume all type(obj).__repr__ is hashable?

if so, we can close this bug.
History
Date User Action Args
2018-05-01 15:57:50siming85setrecipients: + siming85, christian.heimes, r.david.murray
2018-05-01 15:57:50siming85setmessageid: <1525190270.74.0.682650639539.issue33395@psf.upfronthosting.co.za>
2018-05-01 15:57:50siming85linkissue33395 messages
2018-05-01 15:57:50siming85create