Skip to content
New issue

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

[PEP 695] Inherit variance if base class has explicit variance #17787

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Sep 19, 2024

Previously we only inferred variance based on member types, but if a base class has explicit variance for some type variables, we need to consider it as well.

Previously we only inferred variance based on member types, but
if a base class has explicit variance for some type variables, we
need to consider it as well.
Copy link
Contributor

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

@JukkaL JukkaL merged commit a646f33 into master Sep 19, 2024
19 checks passed
@JukkaL JukkaL deleted the variance-inherited branch September 19, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants