Adding a Par construct to Python?

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Fri Jun 5 07:35:07 EDT 2009


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”?




More information about the Python-list mailing list