[pypy-issue] [issue878] too many open files
mikefc
tracker at bugs.pypy.org
Mon Mar 12 22:53:07 CET 2012
mikefc <coolbutuseless at gmail.com> added the comment:
I found that changing everything to the "with open() as f" syntax in pypy (rather
than relying on cpython's refcounting to close a file) resolved this issue for
me.
----------
nosy: +mikefc
________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue878>
________________________________________
More information about the pypy-issue
mailing list