-
-
Notifications
You must be signed in to change notification settings - Fork 836
sage.misc.temporary_file: Remove use of SAGE_TMP #33797
Copy link
Copy link
Closed
Milestone
Description
(split out from #33213)
Until tmp_filename and tmp_dir are eliminated from the library, we don't want them cluttering up /tmp. In typical usage, this is easy enough to avoid by using one parent temporary directory to contain all the other temporary files and directories, and then removing that one parent as sage exits.
CC: @orlitzky
Component: refactoring
Author: Michael Orlitzky
Branch: bd76501
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/33797
Reactions are currently unavailable