open file errors in Python?

Mail Archiving Daemon bboard at parc.xerox.com
Fri Aug 13 16:47:12 EDT 1999


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




More information about the Python-list mailing list