[pypy-issue] [issue878] too many open files
Alex Gaynor
tracker at bugs.pypy.org
Thu Sep 22 23:06:49 CEST 2011
Alex Gaynor <alex.gaynor at gmail.com> added the comment:
Neither PyPy nor CPython have a maximum open file limit, your OS does. This
error would occur because some application is not explicitly closing files, this
is a bug in their code, not in PyPy.
----------
nosy: +agaynor
status: unread -> invalid
________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue878>
________________________________________
More information about the pypy-issue
mailing list