You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2023. It is now read-only.
Trac #33213: clean up after tmp_filename() and tmp_dir() for now.
Until these two functions 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.
0 commit comments