mirror of
https://github.com/python/cpython.git
synced 2025-07-28 05:34:31 +00:00

pid across threads (but in that case, it's still the same process, and so still sharing the "template" cache in tempfile.py). Repaired that, and added a new std test. On Linux, someone please run that standalone with more files and/or more threads; e.g., python lib/test/test_threadedtempfile.py -f 1000 -t 10 to run with 10 threads each creating (and deleting) 1000 temp files.
5 lines
71 B
Text
5 lines
71 B
Text
test_threadedtempfile
|
|
Creating
|
|
Starting
|
|
Reaping
|
|
Done: errors 0 ok 1000
|