Skip to content

Commit

Permalink
Copy the Python 3.13t executable to the canonical name instead of ren…
Browse files Browse the repository at this point in the history
…aming (#406)
  • Loading branch information
zanieb authored Dec 6, 2024
1 parent a53a38b commit 16b70b8
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 16b70b8

Please sign in to comment.