Re: RE: [Python-Dev] strange warnings from tempfile.mkstemped.__del__ on HP

Guido van Rossum <[email protected]> Wed, 14 Aug 2002 21:15:32 -0400
Newsgroups gmane.comp.python.snake-farm.user
Message-ID <[email protected]>
> Hrm.  Aren't there OSes with a default limit of 63 open files per
> process?  I'm pretty sure there are some with 127 (signed char).

We'll deal with those as we encounter them.  All the mainstream
platforms go much beyond that (just as we have left the 640 KB limit
behind us :-).

--Guido van Rossum (home page: http://www.python.org/~guido/)