Files
uv/crates/uv-extract/src
konsti 9a720a87c8 Only preserve the executable bit (#1743)
A file in a zip can set arbitrary unix permissions, but we, like pip,
want to preserve only the executable bit and otherwise use the OS
defaults.

This should be faster for wheels with many files since we now avoid the
blocking fs call to set the permissions in most cases.

Fixes #1740.
2024-02-20 16:41:05 +01:00
..
2024-02-15 11:19:46 -06:00
2024-02-15 11:19:46 -06:00