Comment 7 for bug 13371

Revision history for this message
Matt Zimmerman (mdz) wrote : Re: Too many file opened at one

The correct way to determine this value is to use sysconf. I am not sure
whether there is a Python API for it, and at any rate, the Python program cannot
know how many file descriptors are in use by the interpreter.

At any rate, this bug isn't serious enough to warrant an invasive change so
close to release, so let's revisit this after the Hoary release.