bpo-44257: fix "assigment_expr" typo + regenerate the grammar#29393
bpo-44257: fix "assigment_expr" typo + regenerate the grammar#29393pablogsal merged 3 commits intopython:mainfrom
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-pegenandmake regen-pegen-metaparserfor the changes in generated files (parser.c&grammar_parser.py).@pablogsal
https://bugs.python.org/issue44257
Automerge-Triggered-By: GH:pablogsal