meson/mesonbuild/wrap
Eli Schwartz 7ab2892eb0 wrap: ensure the tempfile used for downloading is closed
This is generally a good idea, and the tempfile is already instructed to
not auto-delete on close. It also fixes a bug on PyPy, where the file
isn't valid because it's not explicitly closed. This is probably due to
the garbage collection modes -- in CPython, the object goes out of scope
and gets automatically closed before we actually attempt to unpack it.

Fixes #11246
2023-02-13 09:09:10 -05:00
..
__init__.py Add wrap mode to disable auto promote 2020-10-13 17:55:16 -04:00
wrap.py wrap: ensure the tempfile used for downloading is closed 2023-02-13 09:09:10 -05:00
wraptool.py treewide: add future annotations import 2023-02-01 17:01:30 -05:00