Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cpython-windows/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,7 @@ def build_cpython(
# free-threading is enabled the name is `python3.13t.exe`.
canonical_python_exe = install_dir / "python.exe"
if not canonical_python_exe.exists():
os.rename(
shutil.copy2(
install_dir / python_exe,
canonical_python_exe,
)
Expand Down
Loading