use multiprocessing in included compileall script

1 Oct
2012
1 Oct
'12
4:44 p.m.
As an option, compileall should use a multiprocessing Pool() to speed up its work.

1 Oct
1 Oct
4:51 p.m.
Hello Daniel,
On Mon, 1 Oct 2012 16:44:21 -0400 Daniel Holth dholth@gmail.com wrote:
As an option, compileall should use a multiprocessing Pool() to speed up its work.
This kind of concrete proposal can be brought directly on the bug tracker, no need to go through python-ideas.
Regards
Antoine.
--
Software development and contracting: http://pro.pitrou.net

8:15 p.m.
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
3894
Age (days ago)
3895
Last active (days ago)
3 comments
3 participants
participants (3)
-
Antoine Pitrou
-
Daniel Holth
-
Steven D'Aprano