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

Fix override checking for decorated property #16856

Merged
merged 3 commits into from
Mar 1, 2024

Conversation

hauntsaninja
Copy link
Collaborator

Fixes #16855

Copy link
Contributor

github-actions bot commented Feb 2, 2024

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

@hauntsaninja hauntsaninja merged commit 055184f into python:master Mar 1, 2024
18 checks passed
@hauntsaninja hauntsaninja deleted the fix-prop branch March 1, 2024 06:02
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.

false positive on interaction between @property, @lru_cache, and inheritance
1 participant