]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46838: Syntax error improvements for function definitions (GH-31590)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 22 Mar 2022 11:38:41 +0000 (11:38 +0000)
committerGitHub <noreply@github.com>
Tue, 22 Mar 2022 11:38:41 +0000 (11:38 +0000)
commit7d810b6a4eab6eba689acc5bb05f85515478d690
treea508326ee7b8776f3745468576cfdfda0133a7eb
parentdeeaac49e267285158264643799624623f4a7b29
bpo-46838: Syntax error improvements for function definitions (GH-31590)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2022-02-25-22-42-30.bpo-46838.RB6kEy.rst [new file with mode: 0644]
Parser/parser.c