astral-sh/uv

Filter Python executables on Windows by Python version metadata

Open

#13.927 aperta il 9 giu 2025

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Rust (3111 fork)batch import
help wantedperformancewindows

Metriche repository

Star
 (84.934 star)
Metriche merge PR
 (Merge medio 7g 16h) (259 PR mergiate in 30 g)

Descrizione

See https://github.com/astral-sh/ruff/pull/18550#issuecomment-2956350021

Windows Python executables seem to have the Python version embedded in their metadata. This may be faster than querying the Python interpreter to get its version, which would speed up Python discovery on Windows when a specific version is requested.

Guida contributor