]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99153: set location on SyntaxError for try with both except and except* (GH-99160)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sun, 6 Nov 2022 15:36:19 +0000 (15:36 +0000)
committerGitHub <noreply@github.com>
Sun, 6 Nov 2022 15:36:19 +0000 (15:36 +0000)
commit61b6c40b645bd8c8568f1646dc46580fa49d107a
tree8b7a53cc5aefabbf59ba9cd78c4a07c409e0fd9f
parentd3b82b4463c4eb51954c0afd98342f0c5e479baa
gh-99153: set location on SyntaxError for try with both except and except* (GH-99160)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2022-11-06-13-25-01.gh-issue-99153.uE3CVL.rst [new file with mode: 0644]
Parser/parser.c