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

gh-109120: Fix handle of incorrect star expressions #117444

Merged
merged 5 commits into from
Apr 2, 2024

Conversation

grigoriev-semyon
Copy link
Contributor

@grigoriev-semyon grigoriev-semyon commented Apr 2, 2024

@pablogsal pablogsal added needs backport to 3.11 only security fixes needs backport to 3.12 bug and security fixes labels Apr 2, 2024
@pablogsal
Copy link
Member

LGTM

@pablogsal pablogsal merged commit c97d3af into python:main Apr 2, 2024
40 checks passed
@miss-islington-app
Copy link

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

@miss-islington-app
Copy link

Sorry, @grigoriev-semyon and @pablogsal, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker c97d3af2391e62ef456ef2365d48ab9b8cdbe27b 3.12

@miss-islington-app
Copy link

Sorry, @grigoriev-semyon and @pablogsal, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker c97d3af2391e62ef456ef2365d48ab9b8cdbe27b 3.11

@pablogsal
Copy link
Member

@grigoriev-semyon Thanks for the PR! Can you work in the backports using cherry_picker as per #117444 (comment)?

@grigoriev-semyon
Copy link
Contributor Author

@grigoriev-semyon Thanks for the PR! Can you work in the backports using cherry_picker as per #117444 (comment)?

ofc :)

@grigoriev-semyon
Copy link
Contributor Author

grigoriev-semyon commented Apr 2, 2024

@grigoriev-semyon Thanks for the PR! Can you work in the backports using cherry_picker as per #117444 (comment)?

is it ok if I make regen-pegen in backport PR? There is some conflicts in parser.c

@lysnikolaou
Copy link
Member

lysnikolaou commented Apr 2, 2024

is it ok if I make regen-pegen in backport PR? There is some conflicts in parser.c

That's necessary, yes. Fix any conflicts in python.gram and then re-run make regen-pegen.

grigoriev-semyon added a commit to grigoriev-semyon/cpython that referenced this pull request Apr 2, 2024
grigoriev-semyon added a commit to grigoriev-semyon/cpython that referenced this pull request Apr 2, 2024
@bedevere-app
Copy link

bedevere-app bot commented Apr 2, 2024

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

@bedevere-app bedevere-app bot removed the needs backport to 3.11 only security fixes label Apr 2, 2024
@bedevere-app
Copy link

bedevere-app bot commented Apr 2, 2024

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

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Apr 2, 2024
pablogsal pushed a commit that referenced this pull request Apr 3, 2024
…essions… (#117464)

gh-109120: Fix syntax error in handlinh of incorrect star expressions (#117444)

(cherry picked from commit c97d3af)
terryjreedy pushed a commit that referenced this pull request Apr 4, 2024
…essions… (#117465)

gh-109120: Fix syntax error in handlinh of incorrect star expressions (#117444)

(cherry picked from commit c97d3af)
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

incorrect SyntaxError
3 participants