Skip to content

Fix --same-loops flag in compile subprocess invocation#475

Merged
vstinner merged 1 commit into
python:mainfrom
stratakis:samehyphen
May 28, 2026
Merged

Fix --same-loops flag in compile subprocess invocation#475
vstinner merged 1 commit into
python:mainfrom
stratakis:samehyphen

Conversation

@stratakis
Copy link
Copy Markdown
Contributor

When the compile subcommand spawns a "pyperformance run" subprocess, it constructs --same_loops on the command line where argparse only accepts --same-loops. Change the flag to use the hyphenated form.

When the compile subcommand spawns a "pyperformance run"
subprocess, it constructs --same_loops on the command line
where argparse only accepts --same-loops. Change the flag to
use the hyphenated form.
@vstinner vstinner merged commit babae62 into python:main May 28, 2026
19 checks passed
@vstinner
Copy link
Copy Markdown
Member

Merged, thanks for the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants