call site 7 for _thread.WorkerPool.__init__
thread/testing/test_pool.py - line 42
41
42
43
44
45
46
47
   def test_get_timeout():
->     pool = WorkerPool()
       def f(): 
           py.std.time.sleep(0.2) 
           return 42
       reply = pool.dispatch(f) 
       py.test.raises(IOError, "reply.get(timeout=0.01)")