mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Fix some scripts in the peg generator folder (GH-19853)
This commit is contained in:
parent
02047265eb
commit
9dbaa8d9f0
10 changed files with 16064 additions and 31 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue