]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix some scripts in the peg generator folder (GH-19853)
authorPablo Galindo <Pablogsal@gmail.com>
Sat, 2 May 2020 04:23:06 +0000 (05:23 +0100)
committerGitHub <noreply@github.com>
Sat, 2 May 2020 04:23:06 +0000 (05:23 +0100)
commit9dbaa8d9f054e53fac0c3d308d0bce3fc8850525
tree994b8e48379713ddf7cc77ae1aa87522b5a8dc4c
parent02047265eb83a43ba18cc7fee81756f1a1a1f968
Fix some scripts in the peg generator folder (GH-19853)
Lib/test/test_peg_generator/test_c_parser.py
Tools/peg_generator/data/cprog.py
Tools/peg_generator/data/top-pypi-packages-365-days.json [new file with mode: 0644]
Tools/peg_generator/peg_extension/__init__.py [new file with mode: 0644]
Tools/peg_generator/pegen/ast_dump.py [moved from Lib/test/test_peg_generator/ast_dump.py with 74% similarity]
Tools/peg_generator/pegen/build.py
Tools/peg_generator/scripts/benchmark.py
Tools/peg_generator/scripts/show_parse.py
Tools/peg_generator/scripts/test_parse_directory.py
Tools/peg_generator/scripts/test_pypi_packages.py