-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
AttributeError: 'ASTConverter' object has no attribute 'visit_TypeAlias' and Python 3.12.0rc1 #16011
Labels
Comments
mypy doesn't yet support PEP 695. I'll make this have a better error in the meantime though. Closing as duplicate of #15238 |
hauntsaninja
added a commit
to hauntsaninja/mypy
that referenced
this issue
Sep 1, 2023
Mypy does not yet support PEP 695 Fixes python#16011, linking python#15238
hauntsaninja
added a commit
to hauntsaninja/mypy
that referenced
this issue
Sep 1, 2023
Mypy does not yet support PEP 695 Fixes python#16011, linking python#15238
JelleZijlstra
pushed a commit
that referenced
this issue
Sep 2, 2023
JukkaL
pushed a commit
that referenced
this issue
Oct 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Crash Report
mypy crashes when a non-generic type alias is used
https://peps.python.org/pep-0695/#generic-type-alias
Traceback
To Reproduce
scratchpad.py
Your Environment
mypy.ini
(and other config files):NoneThe text was updated successfully, but these errors were encountered: