|
Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM, good bot.
Sorry, something went wrong.
|
Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
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.
(cherry picked from commit 443ca73)
Co-authored-by: Victor Stinner vstinner@python.org