uv/crates/uv-python
Jon Åslund a513301b7a
Fix get_operating_system_and_architecture (#9319)
_get_glibc_version() can after #9005 return either (0, 0) if glibc
string is missing or (-1, -1) if the string can't be parsed. There was
no need to change missing string to (0, 0).

Also, move back indentation to make it easier to understand.
2024-11-21 15:05:48 -05:00
..
python Fix get_operating_system_and_architecture (#9319) 2024-11-21 15:05:48 -05:00
src Fix Python interpreter discovery on non-glibc hosts (#9005) 2024-11-21 12:35:02 +01:00
Cargo.toml Unify cargo features (#9267) 2024-11-20 16:11:24 +01:00
download-metadata.json Fix a typo in `fetch-download-metadata.py` (#8515) 2024-10-24 07:33:14 -05:00
fetch-download-metadata.py Fix a typo in `fetch-download-metadata.py` (#8515) 2024-10-24 07:33:14 -05:00
template-download-metadata.py Add support for managed installs of free-threaded Python (#8100) 2024-10-14 15:18:52 -05:00