[pypy-issue] [issue912] ZipFile.read() leaks file handles

Tyler Kennedy tracker at bugs.pypy.org
Tue Oct 18 12:15:37 CEST 2011


Tyler Kennedy <tk at tkte.ch> added the comment:

Sorry, I worded that poorly.

Even without using read(), you will still eventually get an OSError for too many 
file handles. zef_file is never closed and leaks every time open() is called if 
the ZipFile was opened using a path.

----------
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue912>
________________________________________


More information about the pypy-issue mailing list