]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-133999: Fix `except` parsing regression in 3.14 (GH-134035) (#134206)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 19 May 2025 11:26:27 +0000 (13:26 +0200)
committerGitHub <noreply@github.com>
Mon, 19 May 2025 11:26:27 +0000 (14:26 +0300)
commitd9c08c57e93802f417fd11ee868cf98805c0bc6b
treeeee1395ba5553c0f4b6f3cea5d8248a28a4cf750
parent9136ccfffef99db5743dd692d10b5d12e405a275
[3.14] gh-133999: Fix `except` parsing regression in 3.14 (GH-134035) (#134206)

gh-133999: Fix `except` parsing regression in 3.14 (GH-134035)
(cherry picked from commit 84914ad0e5f96f0ca7238f3b4bc7fc4e50b1abb3)

Co-authored-by: sobolevn <mail@sobolevn.me>
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-15-11-38-16.gh-issue-133999.uBZ8uS.rst [new file with mode: 0644]
Parser/parser.c