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

Add literal typing.Unpack syntax #802

Open
evhub opened this issue Nov 7, 2023 · 0 comments
Open

Add literal typing.Unpack syntax #802

evhub opened this issue Nov 7, 2023 · 0 comments
Labels

Comments

@evhub
Copy link
Owner

evhub commented Nov 7, 2023

Should compile def f(**kwargs: **D): ... to def f(**kwargs: typing.Unpack[D]): ....

@evhub evhub added the feature label Nov 7, 2023
@evhub evhub modified the milestones: v3.0.4, v3.1.0 Nov 17, 2023
@evhub evhub removed this from the v3.1.0 milestone Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant