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
Fix attribute selection for doBuiltinTypeType specialization in PyObjectLookupAttrNode.
The `doBuiltinTypeType` specialization only applies for non-type-slot attributes. Previously it was
assumed that all type slots have underscore names, however, "mro" also exists and needs to be checked for.
This is now implemented in the `isNotTypeSlot()` helper function.
0 commit comments