We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c847d5 commit 8d00f07Copy full SHA for 8d00f07
bench_runner/scripts/workflow.py
@@ -190,7 +190,7 @@ def compile_windows(
190
if "TAILCALL" in flags:
191
args.append("--tail-call-interp")
192
if configure_flags := os.environ.get("PYTHON_CONFIGURE_FLAGS"):
193
- args.extend(shlex.split(configure_flags))
+ args.append(configure_flags)
194
195
with contextlib.chdir(cpython):
196
subprocess.check_call(
0 commit comments