Re: [farm-report] Build python-HP_UX-B.11.00-9000_829-taylor was successful.

Guido van Rossum <[email protected]> Fri, 16 Aug 2002 11:29:35 -0400
Newsgroups gmane.comp.python.snake-farm.user
Message-ID <[email protected]>
I still see these:

> Subject: [farm-report] Build python-HP_UX-B.11.00-9000_829-taylor was
>     successful.
[...]
> Exception exceptions.AttributeError: "mkstemped instance has no attribute 'fd'" in <bound method mkstemped.__del__ of <test.test_tempfile.mkstemped instance at 0x4074ccb0>> ignored
> Exception exceptions.AttributeError: "mkstemped instance has no attribute 'fd'" in <bound method mkstemped.__del__ of <test.test_tempfile.mkstemped instance at 0x40b11a58>> ignored

I thought I had checked in a fix for that (reducing the number of temp
files created from 1000 to 100).  Why would that not be sufficient, if
the open file limit is 200?  Or did you reduce it to 100?  That
wouldn't work (I guess you'd need at least 103 :-).

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