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
fix#16935 use builtins.type not ABCMeta as tuple type obj fallback
i.e. the mypy type of the expression union[str, int] is a
CallableType with fallback builtins.type
this matches the mypy type of the expression int
which is a CallableType with fallback builtins.type
(suggested by PR review discussion)
0 commit comments