]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123562: Improve `SyntaxError` message for `case ... as a.b` (#123563)
authorsobolevn <mail@sobolevn.me>
Mon, 2 Sep 2024 11:11:44 +0000 (14:11 +0300)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 11:11:44 +0000 (13:11 +0200)
commit23f159ae711d84177e8ce34cd9a6c8a762de64ac
treece5c8a0a5fb9bf9073f10a10825ea8f48139fe58
parentc3ed775899eedd47d37f8f1840345b108920e400
gh-123562: Improve `SyntaxError` message for `case ... as a.b` (#123563)
Grammar/python.gram
Lib/test/test_patma.py
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2024-09-01-12-08-39.gh-issue-123562.aJPKVu.rst [new file with mode: 0644]
Parser/parser.c