mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-30 03:27:31 +00:00
When using a 32-bit OS on 64-bit host, almost all Python std methods
will report a 64-bit aarch64, but we most not install 64-bit executables
since Python is actually 32-bit, identifiable through
`struct.calcsize("P") == 4`.
Porting
|
||
|---|---|---|
| .. | ||
| packaging | ||
| __init__.py | ||
| get_interpreter_info.py | ||