[Python-ideas] use multiprocessing in included compileall script

Steven D'Aprano steve at pearwood.info
Tue Oct 2 02:15:18 CEST 2012


On 02/10/12 06:44, Daniel Holth wrote:
> As an option, compileall should use a multiprocessing Pool() to speed
> up its work.

Sounds like overkill.

In my experience, very few ideas are so self-evident that they don't
need any explanation, and this is certainly not one of them. What is
your rationale for why compileall should use multiprocessing?


-- 
Steven



More information about the Python-ideas mailing list