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

Fix typing.TypeAliasType being undefined on python < 3.12 #17558

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

sobolevn
Copy link
Member

Closes #17554
CC @JukkaL
Refs #17320

This comment has been minimized.

Copy link
Contributor

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

@hauntsaninja hauntsaninja merged commit b202f30 into master Jul 22, 2024
19 checks passed
@hauntsaninja hauntsaninja deleted the issue-17554 branch July 22, 2024 19:44
@toondaey
Copy link

toondaey commented Jul 24, 2024

This doesn't seem to fix the issue with Could not find builtin symbol 'TypeAliasType' or has the release for this been delayed?

@sobolevn
Copy link
Member Author

@toondaey please, try main branch version. 1.11.1 was not yet released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mypy 1.11.0 Could not find builtin symbol 'TypeAliasType'
4 participants