-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
starargs and kwargs are removed from ClassDef and Call ast nodes #104984
Labels
docs
Documentation in the Doc dir
Comments
Glyphack
added a commit
to Glyphack/cpython
that referenced
this issue
May 26, 2023
These fields are removed in python@025e9eb
carljm
pushed a commit
that referenced
this issue
May 26, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 26, 2023
…honGH-104986) These fields are removed in python@025e9eb (cherry picked from commit 61c1d67) Co-authored-by: Shaygan Hooshyari <sh.hooshyari@gmail.com>
This was referenced May 26, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 26, 2023
…honGH-104986) These fields are removed in python@025e9eb (cherry picked from commit 61c1d67) Co-authored-by: Shaygan Hooshyari <sh.hooshyari@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
The docs for the ClassDef and Call AST nodes list two fields named
starargs
andkwargs
which were removed in this commit.Thank you @isidentical for your help to find this.
Linked PRs
The text was updated successfully, but these errors were encountered: