conda / conda-package-streaming

An efficient library to read from new and old format .conda and .tar.bz2 conda packages.
https://conda.github.io/conda-package-streaming/
Other
10 stars 9 forks source link

explicitly close files, fix #47 #48

Closed dholth closed 1 year ago

dholth commented 1 year ago

Description

Close files ASAP, especially helpful on pypy.

dholth commented 1 year ago

included in #49