◐ Shell
reader mode source ↗
Skip to content

gh-104984: remove kwargs and starargs from Call & ClassDef#104986

Merged
carljm merged 1 commit into
python:mainfrom
Glyphack:main
May 26, 2023
Merged

gh-104984: remove kwargs and starargs from Call & ClassDef#104986
carljm merged 1 commit into
python:mainfrom
Glyphack:main

Conversation

@Glyphack

@Glyphack Glyphack commented May 26, 2023

Copy link
Copy Markdown
Contributor

@ghost

ghost commented May 26, 2023

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.
CLA signed

@carljm carljm left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Hide comment

Thanks for the PR! I verified that these arguments (and attributes) indeed don't exist anymore. Impressive that nobody noticed this until now in the 8(!) years since they were removed.

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @Glyphack for the PR, and @carljm for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request 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>
@bedevere-bot

Copy link
Copy Markdown

GH-104987 is a backport of this pull request to the 3.12 branch.

@bedevere-bot

Copy link
Copy Markdown

GH-104988 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label May 26, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request 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 pull request 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 pull request 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

starargs and kwargs are removed from ClassDef and Call ast nodes

5 participants