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 for bug with descriptors in non-strict-optional #17293

Merged

Conversation

koogoro
Copy link
Collaborator

@koogoro koogoro commented May 25, 2024

Fixes #17289.

Copy link
Contributor

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

@JelleZijlstra JelleZijlstra merged commit fa2aefc into python:master May 25, 2024
18 checks passed
@koogoro koogoro deleted the fix-non-strict-optional-descriptors branch May 25, 2024 21:28
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.

Descriptors that have different behavior on instance and class don't work with no-strict-optional
3 participants