uv
2169902b - Avoid TOCTOU errors in `.python-version` reads (#5223)

Comment changes are shownComment changes are hidden
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.
Author
Parents
  • crates/uv-python/src
    • File
      lib.rs
    • File
      version_files.rs