]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135422: Fix regression in `SyntaxError` messages after #134036 (#135423)
authorsobolevn <mail@sobolevn.me>
Mon, 30 Jun 2025 18:52:26 +0000 (21:52 +0300)
committerGitHub <noreply@github.com>
Mon, 30 Jun 2025 18:52:26 +0000 (21:52 +0300)
commit7e3355845558dd8d488f463b166c2fe6e549f433
tree8da737e795e6b2338bdf5ee6421e443bcce50c75
parentfc82cb91ba262275fd91bc249ed891afce60f24a
gh-135422: Fix regression in `SyntaxError` messages after #134036 (#135423)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2025-06-12-11-19-52.gh-issue-135422.F6yQi6.rst [new file with mode: 0644]
Parser/parser.c