]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40334: use the TOKENS file when checking dangling rules (GH-19849)
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 1 May 2020 22:14:12 +0000 (23:14 +0100)
committerGitHub <noreply@github.com>
Fri, 1 May 2020 22:14:12 +0000 (23:14 +0100)
commit7ba08ff7b41911f972d0750e068a2270e0dbd68f
tree01a89766a29ca9c4eb2071a878dfb09d95504c0d
parent6bd99d5f002f1cfcc3a975e87684c5238490644a
bpo-40334: use the TOKENS file when checking dangling rules (GH-19849)
Tools/peg_generator/pegen/build.py
Tools/peg_generator/pegen/c_generator.py
Tools/peg_generator/pegen/parser_generator.py
Tools/peg_generator/pegen/python_generator.py
Tools/peg_generator/pegen/testutil.py