]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142236: Improve error location for missing comma in string concatenations (#142330)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 11 Dec 2025 14:47:26 +0000 (14:47 +0000)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 14:47:26 +0000 (14:47 +0000)
commitc43398600516b9d5ef4de158db8e5f2cd9dea137
treeb39f4c2949e0d883990f975f29e2a6d0bee7d44a
parenta78f43b0015c79ac84b69b16df3956eaba7b3500
gh-142236: Improve error location for missing comma in string concatenations (#142330)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2025-12-06-00-38-37.gh-issue-142236.m3EF9E.rst [new file with mode: 0644]
Parser/action_helpers.c
Parser/parser.c
Parser/pegen.h