You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
always use the local name when building definitions
Sometimes a class accesses a member by a different name than
"__name__" of that member: in pypy3 `list.__mul__.__name__ ==
"__rmul__"`.
As a result, in the example above we weren't able to find
"list.__mul__", because it was recorded only as "list.__rmul__".
0 commit comments