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

starargs and kwargs are removed from ClassDef and Call ast nodes #104984

Closed
Glyphack opened this issue May 26, 2023 · 0 comments · Fixed by #104986
Closed

starargs and kwargs are removed from ClassDef and Call ast nodes #104984

Glyphack opened this issue May 26, 2023 · 0 comments · Fixed by #104986
Labels
docs Documentation in the Doc dir

Comments

@Glyphack
Copy link
Contributor

Glyphack commented May 26, 2023

Documentation

The docs for the ClassDef and Call AST nodes list two fields named starargs and kwargs which were removed in this commit.

Thank you @isidentical for your help to find this.

Linked PRs

@Glyphack Glyphack added the docs Documentation in the Doc dir label May 26, 2023
Glyphack added a commit to Glyphack/cpython that referenced this issue May 26, 2023
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>
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>
carljm pushed a commit that referenced this issue May 26, 2023
…-104986) (#104987)

gh-104984: remove kwargs and starargs from Call & ClassDef (GH-104986)

These fields are removed in 025e9eb
(cherry picked from commit 61c1d67)

Co-authored-by: Shaygan Hooshyari <sh.hooshyari@gmail.com>
AlexWaygood pushed a commit that referenced this issue May 26, 2023
…-104986) (#104988)

gh-104984: remove kwargs and starargs from Call & ClassDef (GH-104986)

These fields are removed in 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
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant