Kaydet (Commit) 5b456645 authored tarafından Barry Warsaw's avatar Barry Warsaw

Use the new regrtest harness

üst 4a6cf416
......@@ -2,14 +2,11 @@
# Create a bunch of threads, let each do some work, wait until all are done
from test_support import verbose
import whrandom
import thread
import time
verbose = 0
if __name__ == '__main__':
verbose = 1
mutex = thread.allocate_lock()
whmutex = thread.allocate_lock() # for calls to whrandom
running = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment