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
Currently, vast majority of generics in typing-full.pyi test fixture are defined as invariant. Probably, it makes sense to make them match the actual variances in typeshed.
This appeared in the context of PR #3132 as this could affect some tests.