In message <pan.2009.05.19.09.24.29 at REMOVE.THIS.cybersource.com.au>, Steven D'Aprano wrote: > threads = [PMapThread(datapool) for i in xrange(numthreads)] Shouldn’t that “PMapThread” be “thread”?