mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Update the Python query cache comment (#14330)
This commit is contained in:
parent
692667cbb0
commit
608a1020c6
1 changed files with 2 additions and 1 deletions
|
@ -977,7 +977,8 @@ impl InterpreterInfo {
|
|||
sys_info::os_release().unwrap_or_default(),
|
||||
)),
|
||||
// We use the absolute path for the cache entry to avoid cache collisions for relative
|
||||
// paths. But we don't to query the executable with symbolic links resolved.
|
||||
// paths. But we don't want to query the executable with symbolic links resolved because
|
||||
// that can change reported values, e.g., `sys.executable`.
|
||||
format!("{}.msgpack", cache_digest(&absolute)),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue