]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Raise specialised syntax error for invalid lambda parameters (GH-20776)
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 10 Jun 2020 13:07:06 +0000 (14:07 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2020 13:07:06 +0000 (14:07 +0100)
commitc6483c989694cfa328dabd45eb191440da54bc68
treeab9692a04c460323035c804d9ed8c64bc5bdc866
parent0d00b2a5d74390da7bbeff7dfa73abf2eb46124a
Raise specialised syntax error for invalid lambda parameters (GH-20776)
Grammar/python.gram
Lib/test/test_positional_only_arg.py
Parser/pegen/parse.c