Fix rewriter bug when instancemethod is on a non-function
ie when it's on a builtin method. We assumed at some point that we wouldn't need to look at the function object, but now that we can rewrite method_cls calls, that's not true.
Showing
Please register or sign in to comment