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
jonathanslenders
changed the title
"maximum semantic analysis iteration count" when combining dataclass, protocol and undefined field.
"maximum semantic analysis iteration count" when combining nested dataclass and undefined field.
Nov 30, 2021
Bug Report
The following little snippet causes the following error:
To Reproduce
Create the following file. I know several things are not correct in this file, but that's absolutely the purpose.
Run mypy over it. This is the output:
Expected Behavior
Mypy should probably point out that:
something_not_defined
is not defined.Your Environment
mypy.ini
(and other config files): NoneThe text was updated successfully, but these errors were encountered: