mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-15 23:15:09 +00:00
![]() This is achieved by updating the `LockedFile::acquire` API to be async —
as in some cases we were attempting to acquire the lock synchronously,
i.e., without yielding, which blocked the runtime.
Closes https://github.com/astral-sh/uv/issues/6691 — I tested with the
reproduction there and a local release build and no longer reproduce the
deadlock with these changes.
Some additional context in the [internal Discord
thread](
|
||
---|---|---|
.. | ||
credentials.rs | ||
git.rs | ||
lib.rs | ||
resolver.rs | ||
sha.rs | ||
source.rs |