uv
2169902b
- Avoid TOCTOU errors in `.python-version` reads (#5223)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
351 days ago
Avoid TOCTOU errors in `.python-version` reads (#5223) ## Summary Not a big deal, but better to try the operation and handle the failure case than to check if the file exists and _then_ read it.
References
#5223 - Avoid TOCTOU errors in `.python-version` reads
Author
charliermarsh
Parents
ed9b8208
Files
2
crates/uv-python/src
lib.rs
version_files.rs
Loading