spack/lib/spack
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
..
docs Update release documentation (#46991) 2024-11-18 12:47:11 +01:00
env ldflags=* are compiler flags, not linker flags (#43820) 2024-04-26 09:19:03 +02:00
external archspec: update to v0.2.5 (#46958) 2024-11-18 12:47:11 +01:00
llnl avoid double closing of fd in sub-processes (#47035) 2024-11-18 12:47:11 +01:00
spack avoid double closing of fd in sub-processes (#47035) 2024-11-18 12:47:11 +01:00
spack_installable Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00