-
-
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
mypy 1.11.0 Could not find builtin symbol 'TypeAliasType'
#17554
Labels
Comments
claudiu-muresan-pfa
changed the title
mypi 1.1.0
mypi 1.11.0 Jul 22, 2024
Could not find builtin symbol 'TypeAliasType'
Could not find builtin symbol 'TypeAliasType'
claudiu-muresan-pfa
changed the title
mypi 1.11.0
mypy 1.11.0 Jul 22, 2024
Could not find builtin symbol 'TypeAliasType'
Could not find builtin symbol 'TypeAliasType'
Here is
and line 196 corresponds to:
I'm using |
This is enough to reproduce on from typing_extensions import TypeAliasType
Model = TypeAliasType("Model", int) |
Ok, here's the problem: Lines 4672 to 4682 in 6aa46f0
I have an idea about how to fix it. |
hauntsaninja
pushed a commit
that referenced
this issue
Jul 22, 2024
hauntsaninja
pushed a commit
that referenced
this issue
Jul 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The text was updated successfully, but these errors were encountered: