-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support PEP 613 #9404
Comments
One small note here is that we should be mindful of the intersection with
|
Any update or merge request to work on? |
For anyone interested in seeing this feature, I suspect it's going to be relatively easy to implement since it won't affect any type-checking logic: it's just additions to the parser and semantic analyzer to recognize type aliases in a new context. Contributions would be welcome! |
Resolves python#9404
Resolves #9404 Co-authored-by: hauntsaninja <>
🚀 Feature
Support type aliasing as in PEP 613
Pitch
Conclusion in this comment of a closed issue: #9402 (comment)
The text was updated successfully, but these errors were encountered: