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
Important note: I think this should only work outside of stubs, because we do some extra metaclass hackery (like ABCMeta) in stubs. Moreover, in stubs - it won't raise.
Uh oh!
There was an error while loading. Please reload this page.
Minimal reproducer:
In runtime it causes:
But, mypy is fine with it:
Important note: I think this should only work outside of stubs, because we do some extra metaclass hackery (like
ABCMeta
) in stubs. Moreover, in stubs - it won't raise.Related #13561
The text was updated successfully, but these errors were encountered: