We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Most of PEP 695 isn't relevant to typing-extensions, but the new infer_variance parameter can be backported. We should add it.
cc @erictraut
The text was updated successfully, but these errors were encountered:
Add TypeVar(infer_variance=True)
cf2c31b
From PEP 695. Fixes python#79.
Add TypeVar(infer_variance=True) (#80)
ba776ea
From PEP 695. Fixes #79.
Successfully merging a pull request may close this issue.
Most of PEP 695 isn't relevant to typing-extensions, but the new infer_variance parameter can be backported. We should add it.
cc @erictraut
The text was updated successfully, but these errors were encountered: