JuliaPlots/Plots.jl

Clean up temporary files, avoid leaking file handles

Open

#645 建立於 2017年1月14日

在 GitHub 查看
 (6 留言) (0 反應) (0 負責人)Julia (1,943 star) (381 fork)batch import
good first issue

描述

Many of the backends create temporary files and/or open file handles with open without cleaning up either. While GC will eventually deal with the file handles, some OS's require you to close handles before you're allowed to delete a file. And accumulating an unbounded number of files over time isn't a nice thing to do to users' temporary directories.

貢獻者指南