-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
gh-122845: fix parameter_list_starargs in function definition pseudo-grammar #122847
Conversation
Thanks to Artur Chakhvadze for bugfix.
CC @terryjreedy, involved in d.p.o thread. |
My involvement was that I misread the existing grammar ;-), and agreed that there seemed to be a problem, but I will not judge the proposed replacement. There are better people to do so. |
Maybe @pablogsal ? |
This is correct as allows the missing
and disallows bare * |
Thanks @skirpichev for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…seudo-grammar (pythonGH-122847) Thanks to Artur Chakhvadze for bugfix. (cherry picked from commit 6105846) Co-authored-by: Sergey B Kirpichev <[email protected]>
…seudo-grammar (pythonGH-122847) Thanks to Artur Chakhvadze for bugfix. (cherry picked from commit 6105846) Co-authored-by: Sergey B Kirpichev <[email protected]>
GH-129150 is a backport of this pull request to the 3.13 branch. |
GH-129151 is a backport of this pull request to the 3.12 branch. |
Thanks to Artur Chakhvadze for bugfix.
📚 Documentation preview 📚: https://cpython-previews--122847.org.readthedocs.build/