Mailing List Archive

open file errors in Python?
I notice that when I set up a simple loop to open files in Python,
it bombs out after opening 251 files. My fd budget is more like 1024.
Why and where does Python impose this lower limit? Also, why is the
errno signalled 0? Instead of EMFILE?

Bill