タグ: pickle 1 件

# instinct: pickle.loadはwith文を使わないとファイルディスクリプタが枯渇する ## 問題 pickle.load(open(path, 'rb'))...