diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-05-27 13:37:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-27 13:37:04 +0200 |
commit | e461234865f0a6a5add54815eee3b83fefc6627f (patch) | |
tree | c2fc6b5bed65ee3f23bac1135f0032b681cfc736 /var | |
parent | 2c1d5f9844574c1f99bb38305e9f5feae3bc898b (diff) | |
download | spack-e461234865f0a6a5add54815eee3b83fefc6627f.tar.gz spack-e461234865f0a6a5add54815eee3b83fefc6627f.tar.bz2 spack-e461234865f0a6a5add54815eee3b83fefc6627f.tar.xz spack-e461234865f0a6a5add54815eee3b83fefc6627f.zip |
link: directly bind to os.* on non-windows (#44400)
The windows wrappers for basic functions like `os.symlink`,
`os.readlink` and `os.path.islink` in the `llnl.util.symlink` module
have bugs, and trigger more file system operations on non-windows than
they should.
This commit just binds `llnl.util.symlink.symlink = os.symlink` etc so
built-in functions are used on non-windows
Diffstat (limited to 'var')
0 files changed, 0 insertions, 0 deletions