]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138944: Fix `SyntaxError` message for invalid syntax following valid import-as...
authorBrian Schubert <brianm.schubert@gmail.com>
Sun, 26 Oct 2025 22:35:21 +0000 (18:35 -0400)
committerGitHub <noreply@github.com>
Sun, 26 Oct 2025 22:35:21 +0000 (22:35 +0000)
commit3dab11f888fda34c02734e4468d1acd4c36927fe
tree6dd6c1ed1595f10fb6c2c9ac0e14a1f279a51c26
parent9d34623eb11c4c6f8ba0ba8eb4e920dd8444be42
gh-138944: Fix `SyntaxError` message for invalid syntax following valid import-as statement (#138945)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2025-09-15-13-06-11.gh-issue-138944.PeCgLb.rst [new file with mode: 0644]
Parser/parser.c