cpython/Lib/importlib/resources
Victor Stinner 443ca731d6
gh-93353: Fix importlib.resources._tempfile() finalizer (#93377)
Fix the importlib.resources.as_file() context manager to remove the
temporary file if destroyed late during Python finalization: keep a
local reference to the os.remove() function. Patch by Victor Stinner.
2022-06-13 19:24:00 +02:00
..
__init__.py
_adapters.py
_common.py gh-93353: Fix importlib.resources._tempfile() finalizer (#93377) 2022-06-13 19:24:00 +02:00
_itertools.py
_legacy.py
abc.py gh-91298: Refine traversable (apply changes from importlib_resources 5.7.1) (#91623) 2022-04-17 11:10:36 -04:00
readers.py
simple.py gh-91298: Refine traversable (apply changes from importlib_resources 5.7.1) (#91623) 2022-04-17 11:10:36 -04:00