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
Consider the following snippet. Ty, mypy, pyright and pyrefly all agree on the type of B1().x, but ty disagrees with the other three on the type of B2().x:
I think for compatibility, it would be better if we followed what the other type checkers do here.
I spotted this by looking at the ecosystem report in astral-sh/ruff#20723 (comment) (all 4 new unresolved-attribute errors on aiohttp in the ecosystem report are caused by this).