mirror of
https://github.com/astral-sh/uv
synced 2026-01-24 06:50:18 -05:00
Instead of always using all available threads for bytecode compilation, respect `UV_CONCURRENT_INSTALLS`, so the parallelism is configurable instead of hardcoded. We reuse the install limit since bytecode compilation only runs after install.