]> granicus.if.org Git - python/commit
test_many(): open only 100 temp files, not 1000. Some systems don't
authorGuido van Rossum <guido@python.org>
Wed, 14 Aug 2002 14:52:02 +0000 (14:52 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 14 Aug 2002 14:52:02 +0000 (14:52 +0000)
commit20f0b36a043cf0abc06dfde64e09006fe80ce31e
treeea1a8bbcf946792c812724eaeed414a10c07da6b
parentd28216b279743ed680d84fe37da190e9754e6be4
test_many(): open only 100 temp files, not 1000.  Some systems don't
allow that many open files per process.  I don't see that 1000 makes
any difference for the test.
Lib/test/test_tempfile.py