]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140253: Improve the syntax error from an ill-positioned double-star subpattern...
authorBartosz Sławecki <bartosz@ilikepython.com>
Wed, 22 Oct 2025 18:29:14 +0000 (20:29 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Oct 2025 18:29:14 +0000 (21:29 +0300)
commitb3b0d750697e931e46b004122bde7b7987769a87
tree50a0b0839b392c83eb3496ccc6996483114774ae
parent76fea5596c235a7853cda8df87c3998d506e950c
gh-140253: Improve the syntax error from an ill-positioned double-star subpattern (#140254)
Grammar/python.gram
Lib/test/test_exceptions.py
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2025-10-17-14-38-10.gh-issue-140253.gCqFaL.rst [new file with mode: 0644]
Parser/parser.c