We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ce775 commit 4eca84eCopy full SHA for 4eca84e
bench_runner/scripts/workflow.py
@@ -40,6 +40,7 @@ def get_exe_path(cpython: Path, flags: list[str], force_32bit: bool) -> Path:
40
elif sys.platform.startswith("win32"):
41
build_dir = get_windows_build_dir(force_32bit)
42
if "NOGIL" in flags:
43
+ print(list(build_dir.glob("*.exe")))
44
exe = next(build_dir.glob("python3.*.exe"))
45
else:
46
exe = "python.exe"
0 commit comments