-
Notifications
You must be signed in to change notification settings - Fork 284
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
Support PEP 646 - Variadic Generics #1525
Comments
As a first step, would it maybe be possible to have pytype gracefully fallback to No worries if this is difficult to do, though; there's no great rush here in getting those typeshed PRs merged! |
I can certainly give it a try. |
For #1525. PiperOrigin-RevId: 588874437
Sorry, it took me a while to get to this. But I should be able to cut a release with a fix for the Unpack crash tomorrow or early next week. |
No worries at all -- thanks so much! |
For #1525. PiperOrigin-RevId: 589185165
Ok, version 2023.12.8 has the Unpack fix =) |
Thank you so much — both the typeshed changes have been merged now <3 |
Until we add real support for PEP 646, just rewrites Unpack to Any. For #1525. PiperOrigin-RevId: 614778236
https://peps.python.org/pep-0646/
The text was updated successfully, but these errors were encountered: