spack/lib/spack/llnl
Peter Scheibel 275d1d88f4
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-10-21 18:44:28 +00:00
..
util avoid double closing of fd in sub-processes (#47035) 2024-10-21 18:44:28 +00: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-05-10 13:00:40 -05:00
string.py Bugfix/Installer: properly track task queueing (#46293) 2024-10-07 10:42:09 -07:00
url.py strip url: fix whl suffix, remove exe (#43344) 2024-03-25 13:46:09 +01:00