KEMBAR78
[PEP 695] Inherit variance if base class has explicit variance by JukkaL · Pull Request #17787 · python/mypy · GitHub
Skip to content

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.
@github-actions
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