mirror of
https://github.com/astral-sh/uv
synced 2026-06-21 13:47:25 +00:00
3c8f1469d7
`DashMap` has a lot of deadlock conditions. Our cases aren't about performance, but about concurrent access, and deadlocks are a bad experience for users (aka CI getting stuck for 6h until the hard job limit kills it).