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 support for PEP 695 #211

Closed
Fatal1ty opened this issue Apr 15, 2024 · 0 comments · Fixed by #212
Closed

Add support for PEP 695 #211

Fatal1ty opened this issue Apr 15, 2024 · 0 comments · Fixed by #212
Assignees
Labels
enhancement New feature or request

Comments

@Fatal1ty
Copy link
Owner

Is your feature request related to a problem? Please describe.
PEP 695 specifies an improved syntax for specifying type parameters within a generic class, function, or type alias. It also introduces a new statement for declaring type aliases.

Describe the solution you'd like
We should access the stored attribute __value__ in the new TypeAliasType instance and work with it as if it were a regular type.

@Fatal1ty Fatal1ty added the enhancement New feature or request label Apr 15, 2024
@Fatal1ty Fatal1ty self-assigned this Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant