Fix some scripts in the peg generator folder (GH-19853)

This commit is contained in:
Pablo Galindo 2020-05-02 05:23:06 +01:00 committed by GitHub
parent 02047265eb
commit 9dbaa8d9f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 16064 additions and 31 deletions

View file

@ -105,10 +105,7 @@ def run_benchmark_stdlib(subcommand, parser):
"../../Lib",
"../../Grammar/python.gram",
verbose=False,
excluded_files=[
"*/bad*",
"*/lib2to3/tests/data/*",
],
excluded_files=["*/bad*", "*/lib2to3/tests/data/*",],
skip_actions=False,
tree_arg=0,
short=True,