-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Compiler should not need to know how to construct AST nodes #123881
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
Labels
Comments
cc @JelleZijlstra who implemented PEP695 |
JelleZijlstra
added a commit
to JelleZijlstra/cpython
that referenced
this issue
Sep 9, 2024
iritkatriel
pushed a commit
that referenced
this issue
Sep 10, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 10, 2024
…ythonGH-123886) (cherry picked from commit b52de7e) Co-authored-by: Jelle Zijlstra <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 10, 2024
…ythonGH-123886) (cherry picked from commit b52de7e) Co-authored-by: Jelle Zijlstra <[email protected]>
This was referenced Sep 10, 2024
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Sep 10, 2024
JelleZijlstra
added a commit
that referenced
this issue
Sep 10, 2024
…GH-123886) (#123891) gh-123881: Add additional test coverage for PEP 695 edge cases (GH-123886) (cherry picked from commit b52de7e) Co-authored-by: Jelle Zijlstra <[email protected]>
Yhg1s
pushed a commit
that referenced
this issue
Sep 30, 2024
…GH-123886) (#123890) gh-123881: Add additional test coverage for PEP 695 edge cases (GH-123886) (cherry picked from commit b52de7e) Co-authored-by: Jelle Zijlstra <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is one place in the compiler where it copies a bit of AST and modifies it to add a base class to generic classes.
It would be nice if the compiler didn't need to know how to do this.
Linked PRs
The text was updated successfully, but these errors were encountered: