uv/crates/uv-python
konsti bc7b71f269
Platform discovery is using ld.so instead ldd (#13552)
In platform discovery we're parsing the output of the ELF interpreter,
e.g., `/lib64/ld-linux-x86-64.so.2`. This file is ld, not ldd, which was
incorrectly named in the code.

An alternative is naming everything ELF interpreter instead of ld.so.
2025-05-20 15:27:22 +02:00
..
python Fix GraalPy abi tag parsing and discovery (#12154) 2025-03-13 23:55:07 +00:00
src Platform discovery is using ld.so instead ldd (#13552) 2025-05-20 15:27:22 +02:00
.gitignore minify and filter embed managed pythons json on compile time (#12967) 2025-04-30 15:51:03 -04:00
build.rs Only rebuild download JSON on change (#13261) 2025-05-02 07:49:34 -05:00
Cargo.toml Add more context to errors in high level crates. (#13351) 2025-05-12 11:04:41 +00:00
download-metadata.json Update Python releases (#13509) 2025-05-17 13:19:20 -05:00
fetch-download-metadata.py Add downloading of GraalPy (#13172) 2025-05-06 11:02:27 -05:00