mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-08 05:45:00 +00:00
![]() Fix #4774. ## Summary Change the python interpreter for linux installed with `uv python` to an optimized one. ## Test Plan I ran the following command on Linux (glibc) to confirm that an optimized (not debug built) Python is installed. ```bash # install python uv python install 3.12.3 # check build type uv run python -c "import sysconfig;print(sysconfig.get_config_var('Py_DEBUG'))" 0 ``` |
||
---|---|---|
.. | ||
python | ||
src | ||
Cargo.toml | ||
download-metadata.json | ||
fetch-download-metadata.py | ||
template-download-metadata.py |