commit | a6326972253bf5282c5bf422f4a16d93ace77b57 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri May 26 10:14:03 2023 -0700 |
committer | GitHub <noreply@github.com> | Fri May 26 18:14:03 2023 +0100 |
tree | 6d3a400be57fe6867dd82d28f2a8daca81a71479 | |
parent | 4af56ec957d9dad599c429c8ffc179cdc3cb5cd5 [diff] |
[3.11] gh-104984: remove kwargs and starargs from Call & ClassDef (GH-104986) (#104988) gh-104984: remove kwargs and starargs from Call & ClassDef (GH-104986) These fields are removed in https://github.com/python/cpython/commit/025e9ebd0a0a19f50ca83af6ada0ac65be1fa2a1 (cherry picked from commit 61c1d6760facbc172a58512cad46148f587b4da1) Co-authored-by: Shaygan Hooshyari <sh.hooshyari@gmail.com>