-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-44168: Fix error message in the parser for keyword arguments for invalid expressions #26210
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good one!
…invalid expressions
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.9. |
Sorry, @pablogsal, I could not cleanly backport this to |
GH-26247 is a backport of this pull request to the 3.10 branch. |
…invalid expressions (pythonGH-26210) (cherry picked from commit 33c0c90) Co-authored-by: Pablo Galindo <[email protected]>
…s for invalid expressions (pythonGH-26210). (cherry picked from commit 33c0c90) Co-authored-by: Pablo Galindo <[email protected]>
GH-26250 is a backport of this pull request to the 3.9 branch. |
…s for invalid expressions (GH-26210) (GH-26250) (cherry picked from commit 33c0c90) Co-authored-by: Pablo Galindo <[email protected]>
…invalid expressions (GH-26210) (GH-26247) (cherry picked from commit 33c0c90) Co-authored-by: Pablo Galindo <[email protected]> Co-authored-by: Pablo Galindo <[email protected]>
https://bugs.python.org/issue44168