[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Lib tempfile.py,1.23,1.24

Skip Montanaro skip@mojam.com (Skip Montanaro)
Sat, 13 Jan 2001 09:37:55 -0600 (CST)


    Tim> On Linux, someone please run that standalone with more files and/or
    Tim> more threads; e.g.,

    Tim>     python lib/test/test_threadedtempfile.py -f 1000 -t 10

    Tim> to run with 10 threads each creating (and deleting) 1000 temp files.

After capitalizing "Lib", it worked fine for me:

    % ./python Lib/test/test_threadedtempfile.py -f 1000 -t 10
    Creating
    Starting
    Reaping
    Done: errors 0 ok 10000

Skip