]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123440: Improve error message for `except as` used with not a name (#123442)
authorsobolevn <mail@sobolevn.me>
Fri, 30 Aug 2024 16:21:59 +0000 (19:21 +0300)
committerGitHub <noreply@github.com>
Fri, 30 Aug 2024 16:21:59 +0000 (17:21 +0100)
commite451a8937df95b2757b6def26b39aec1bd0f157f
tree1fbb6f2411aca9c212d205642925ca0c692165e4
parentd8e69b2c1b3388c31a6083cfdd9dc9afff5b9860
gh-123440: Improve error message for `except as` used with not a name (#123442)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2024-08-28-22-42-51.gh-issue-123440.yOFB0N.rst [new file with mode: 0644]
Parser/parser.c