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

Valery tracker at bugs.pypy.org
Tue Jul 17 12:23:05 CEST 2012


Valery <khamenya at gmail.com> added the comment:

I've been successfully using the patch I'm attaching right now for more than 
half a year (http://bugs.python.org/issue13133). Unfortunately it seems to be 
lost since then (http://www.tismer.com/pypy/irc-logs/pypy/pypy.2011-10-
09.log.html). Anyway, you might want to use it in pypy/lib-python/2.7/zipfile.py

For example, this patch makes possible to successfully run things like 
"easy_install cython" that will fail on out-of-the-box pypy-1.9 without this 
patch.

----------
nosy: +vak

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


More information about the pypy-issue mailing list