-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Implement PEP 705 (TypedDict: Read-only items) #116127
Labels
Comments
JelleZijlstra
added
type-feature
A feature request or enhancement
topic-typing
3.13
bugs and security fixes
labels
Feb 29, 2024
Is someone working on this already? :) |
I am not working on it, feel free to take it. Thanks! |
Basically, the implementation exists here: python/typing_extensions@0b0166d I just need to port it. |
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Mar 5, 2024
JelleZijlstra
added a commit
that referenced
this issue
Mar 12, 2024
adorilson
pushed a commit
to adorilson/cpython
that referenced
this issue
Mar 25, 2024
…hon#116350) Co-authored-by: Jelle Zijlstra <[email protected]>
@sobolevn any progress here? The beta freeze is approaching. |
Wait, it was done. Thank you! |
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
…hon#116350) Co-authored-by: Jelle Zijlstra <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature or enhancement
PEP-705 was just accepted. For the runtime implementation, we'll need:
ReadOnly
special formTypedDict
The typing-extensions implementation should provide a good baseline.
cc @alicederyn
Linked PRs
ReadOnly
support forTypedDict
#116350The text was updated successfully, but these errors were encountered: