mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
![]() We don't know what kind of error the OS gives us on `try_lock_exclusive` with an already locked file, so we assume all those errors are an already locked file and call `lock_exclusive`. For example the windows error: ``` Os { code: 33, kind: Uncategorized, message: "The process cannot access the file because another process has locked a portion of the file.", } ``` Fixes #2767 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |