Fix instancemethod comparisons
We had implemented instancemethod.__eq__, but not any of the other comparisons, and most importantly, not __hash__.
Showing
Please register or sign in to comment
We had implemented instancemethod.__eq__, but not any of the other comparisons, and most importantly, not __hash__.