Skip to content

Remove kwargs-based TypedDict creation #104786

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

Closed
JelleZijlstra opened this issue May 23, 2023 · 2 comments
Closed

Remove kwargs-based TypedDict creation #104786

JelleZijlstra opened this issue May 23, 2023 · 2 comments
Labels
3.13 bugs and security fixes topic-typing type-feature A feature request or enhancement

Comments

@JelleZijlstra
Copy link
Member

JelleZijlstra commented May 23, 2023

#90224 deprecated the creation of TypedDicts through the kwargs-based syntax (TypedDict("TD", a=int, b=str)). The syntax is to be removed in 3.13, so now is the time to do that.

Linked PRs

@JelleZijlstra JelleZijlstra added type-feature A feature request or enhancement topic-typing labels May 23, 2023
@AlexWaygood AlexWaygood added the 3.13 bugs and security fixes label May 23, 2023
@tomasr8
Copy link
Member

tomasr8 commented May 24, 2023

Hi! Were you planning to submit a patch for this or is it up for grabs? I'd be happy to give it a go :)

@JelleZijlstra
Copy link
Member Author

Go ahead!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.13 bugs and security fixes topic-typing type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

3 participants