uv
9a720a87 - Only preserve the executable bit (#1743)

Commit
1 year ago
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.
Author
Parents
Loading