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
This was broken by #166.
Fixes#168. Instead of directly raising the TypeError ourself for an unknown attribute, defer to PyType_Type.tp_setatro if we don't know the attribute.
Because of the custom metaclass. Previously this code used to work:
Apparently there exists code like this in the wild.
The text was updated successfully, but these errors were encountered: