-
Notifications
You must be signed in to change notification settings - Fork 22
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 support for Type Parameter Syntax (python 3.12) #82
Comments
Here are the relevant parts of the specifications:
|
I'm working on a patch. |
As if python scoping rules were not already complicated enough… |
Here is an implementation: 1bce48d |
This feature is not particularly high priority since this syntax should not be used in stub files until python 3.11 reaches end-of-life (2027-10). Sot that give us some time to come up with a better implementation ;) |
Relevant corder case: https://github.com/microsoft/pyright/pull/9821/files |
https://peps.python.org/pep-0695/
The text was updated successfully, but these errors were encountered: