]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145241: specialize SyntaxError for single trailing-comma with item (#145282)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 28 Feb 2026 02:24:06 +0000 (02:24 +0000)
committerGitHub <noreply@github.com>
Sat, 28 Feb 2026 02:24:06 +0000 (02:24 +0000)
commit09e8c382312b145b710dca7072ff2e13fe8c09ab
tree308b8a2961738f155fccd0e9d5075db1697e4c65
parent2e2109d2248d9b59d1085d428831457c12cd32c0
gh-145241: specialize SyntaxError for single trailing-comma with item (#145282)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2026-02-26-18-00-00.gh-issue-145241.hL2k9Q.rst [new file with mode: 0644]
Parser/parser.c