-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
bpo-44257: fix "assigment_expr" typo + regenerate the grammar #29393
Conversation
Thanks for the PR, @wimglenn |
Thanks @wimglenn for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry, @wimglenn and @pablogsal, I could not cleanly backport this to |
GH-29395 is a backport of this pull request to the 3.10 branch. |
… and remove unused imports (pythonGH-29393) Co-authored-by: Wim Glenn <wglenn@jumptrading.com>. (cherry picked from commit 762173c) Co-authored-by: wim glenn <wim.glenn@gmail.com>
|
|
Fixed typo and removed some unused imports - manual changes in
python.gram
&python_generator.py
. Ranmake regen-pegen
andmake regen-pegen-metaparser
for the changes in generated files (parser.c
&grammar_parser.py
).@pablogsal
https://bugs.python.org/issue44257
Automerge-Triggered-By: GH:pablogsal