]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133999: Fix `except` parsing regression in 3.14 (#134035)
authorsobolevn <mail@sobolevn.me>
Sat, 17 May 2025 14:57:02 +0000 (17:57 +0300)
committerGitHub <noreply@github.com>
Sat, 17 May 2025 14:57:02 +0000 (17:57 +0300)
commit84914ad0e5f96f0ca7238f3b4bc7fc4e50b1abb3
tree1d25856948227e40cfec677c401cb1ba14edd9a9
parent7a9d46295a497669eaa6e647c33ab71c8cf620a1
gh-133999: Fix `except` parsing regression in 3.14 (#134035)
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