]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove unnecessary 'invalid_primary' rule in the parser (GH-27186)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 16 Jul 2021 12:20:09 +0000 (13:20 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Jul 2021 12:20:09 +0000 (13:20 +0100)
commita283ef116ba909f133a8e16bb8d17d9e613831d8
treecacad715248c7ca2b4a7a04fff470763653e0864
parent000e70ad5246732fcbd27cf59268185cbd5ad734
Remove unnecessary 'invalid_primary' rule in the parser (GH-27186)
Grammar/python.gram
Lib/test/test_exceptions.py
Lib/test/test_syntax.py
Parser/parser.c