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
Previously, we were bailing out with an error because we thought that overriding
a non-method type with a method type was bad.
This comes up when you have an untyped decorator on a supertype method.
python#2782
Previously, we were bailing out with an error because we thought that overriding
a non-method type with a method type was bad.
This comes up when you have an untyped decorator on a supertype method.
python#2782
Here's a minimal repro:
The text was updated successfully, but these errors were encountered: