]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-99211: Point to except/except* on syntax errors when mixing them (GH-99215...
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Sun, 20 Nov 2022 18:29:05 +0000 (19:29 +0100)
committerGitHub <noreply@github.com>
Sun, 20 Nov 2022 18:29:05 +0000 (19:29 +0100)
commit152a437b8dee77fe10f13f504da3ee63f1dd3657
tree9164d6b84f9657cba22a2b649fa667d753d11f8a
parent56a517e9e854559e2f0c23c0e5adcaf846a2e0c3
[3.11] gh-99211: Point to except/except* on syntax errors when mixing them (GH-99215) (GH-99622)

gh-99211: Point to except/except* on syntax errors when mixing them (GH-99215)

(cherry picked from commit 9c4232ae8972a33f84e875cfdd866318a1233e47)
Grammar/python.gram
Lib/test/test_syntax.py
Parser/parser.c