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
JSS95
changed the title
mypy thinks TypeVar bound to DataclassInstance is not bound to dataclass
(regression: 1.5.1) mypy thinks TypeVar bound to DataclassInstance is not bound to dataclass
Sep 21, 2023
JSS95
changed the title
(regression: 1.5.1) mypy thinks TypeVar bound to DataclassInstance is not bound to dataclass
(regression: 1.5.0) mypy thinks TypeVar bound to DataclassInstance is not bound to dataclass
Sep 21, 2023
JSS95
changed the title
(regression: 1.5.0) mypy thinks TypeVar bound to DataclassInstance is not bound to dataclass
(regression: 1.5.1) mypy thinks TypeVar bound to DataclassInstance is not bound to dataclass
Sep 21, 2023
Bug Report
TypeVar("T", bound=DataclassInstance)
is clearly bound to dataclass, but mypy thinks otherwise.To Reproduce
mypy playground link
Expected Behavior
mypy check should pass. (It was OK until 1.4.1)
Actual Behavior
Your Environment
mypy.ini
(and other config files): no configThe text was updated successfully, but these errors were encountered: