]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129858: Special syntax error for `elif` block after `else` (#129902)
authorSteele Farnsworth <swfarnsworth@gmail.com>
Fri, 25 Apr 2025 01:25:48 +0000 (21:25 -0400)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 01:25:48 +0000 (01:25 +0000)
commit99b71efe8e9d59ce04b6d59ed166b57dff3e84d8
tree13b4dd6d9e08f44c86261116667954672a103df6
parentc3a71180656a906d243e4cc0ab974387753b2fe1
gh-129858: Special syntax error for `elif` block after `else` (#129902)
Doc/whatsnew/3.14.rst
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2025-02-12-01-36-13.gh-issue-129858.M-f7Gb.rst [new file with mode: 0644]
Parser/parser.c