Skip to content

Add TypeVarTupleType type node #12632

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

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

jhance
Copy link
Collaborator

@jhance jhance commented Apr 20, 2022

This adds the TypeVarTupleType type node and basic semanal/glue.

Type checking involving it will be added in a subsequent PR to keep each PR smaller.

This PR is mostly consisting of modifying all the visitors, but not all of them are implemented.

@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Copy link
Collaborator

@JukkaL JukkaL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did a quick pass only (since much of this is still unimplemented and needs to be filled in later). Looks good.

@JukkaL JukkaL merged commit a16c414 into python:master Apr 21, 2022
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.

2 participants