Guido van Rossum
2002-08-16 15:29:35 UTC
Subject: [farm-report] Build python-HP_UX-B.11.00-9000_829-taylor was
successful.
[...]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 tempException exceptions.AttributeError: "mkstemped instance has no attribute 'fd'" in <bound method mkstemped.__del__ of <test.test_tempfile.mkstemped instance at 0x40b11a58>> ignored
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/)