spack/lib/spack/llnl
Peter Scheibel 4741ea683c avoid double closing of fd in sub-processes (#47035)
Both `multiprocessing.connection.Connection.__del__` and `io.IOBase.__del__` called `os.close` on the same file descriptor. As of Python 3.13, this is an explicit warning. Ensure we close once by usef `os.fdopen(..., closefd=False)`
2024-11-18 12:47:11 +01:00
..
util avoid double closing of fd in sub-processes (#47035) 2024-11-18 12:47:11 +01:00
__init__.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
path.py Buildcache/ensure symlinks proper prefix (#43851) 2024-07-01 16:56:31 +02:00
string.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
url.py strip url: fix whl suffix, remove exe (#43344) 2024-03-25 13:46:09 +01:00