spack/lib/spack
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
..
docs Modules suffixes config are now spec format strings (#38411) 2024-10-21 09:08:59 +02:00
env Revert "cc: ensure that RPATHs passed to linker are unique" (#46712) 2024-10-02 11:50:09 +02:00
external archspec: update to v0.2.5 (#46958) 2024-10-14 19:09:17 +02:00
llnl avoid double closing of fd in sub-processes (#47035) 2024-10-21 18:44:28 +00:00
spack avoid double closing of fd in sub-processes (#47035) 2024-10-21 18:44:28 +00:00
spack_installable Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00