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

Guido van Rossum <[email protected]> Wed, 14 Aug 2002 12:38:36 -0400
Newsgroups gmane.comp.python.snake-farm.user
Message-ID <[email protected]>
> > Thanks!  Maybe the test was a little too eager though -- perhaps it
> > could be happy with creating 100 instead of 1000 files.
> 
> Just noting that this change has been made in current CVS, so there
> shouldn't be a need to boost the HP default anymore.

I'd even suggest to roll back the change to the HP system, just so
that we have a realistic test environment.  Having a (relatively) low
limit on open files may uncover real bugs in code that appears to work
on Linux.

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