]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45727: Make the syntax error for missing comma more consistent (GH-29427)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 19 Nov 2021 23:11:57 +0000 (23:11 +0000)
committerGitHub <noreply@github.com>
Fri, 19 Nov 2021 23:11:57 +0000 (23:11 +0000)
commit546cefcda75d7150b55c8bc1724bea35a1e12890
tree18d9c398c5d6cdc610bffcedfc74a82c5250a0c6
parentc8c21bdd199f9feb75fc6cdb398a686dc133b99f
bpo-45727: Make the syntax error for missing comma more consistent (GH-29427)
Grammar/python.gram
Lib/test/test_exceptions.py
Parser/parser.c
Parser/pegen.c