-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
typing.py has an incorrect definition of closed #83674
Comments
Hello! typing.py has the following definition of
This is inconsistent with the behaviour at runtime:
It seems like the right thing to do is add an @Property, as we do with e.g. Note typeshed also types this as a property to indicate a read-only attribute. First time filing a bug on BPO, thanks a lot in advance! |
Thanks, Shantanu! |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: