uv/crates/uv-python/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
..
packaging Fix get_operating_system_and_architecture (#9319) 2024-11-21 15:05:48 -05:00
__init__.py Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
get_interpreter_info.py Fix get_operating_system_and_architecture (#9319) 2024-11-21 15:05:48 -05:00