commit | f1a8df0ac984162795815aae6696155fcd22fdfb | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Sep 12 10:39:48 2014 -0400 |
committer | Brett Cannon <brett@python.org> | Fri Sep 12 10:39:48 2014 -0400 |
tree | 7f2793a0d8e402bc6ed122436af0225e2e8269ce | |
parent | a56411e5d4c91027c65780c8bdc81dd943cd9c87 [diff] |
Issue #16104: Allow compileall to do parallel bytecode compilation. Both compileall.compile_dir() and the CLI for compileall now allow for specifying how many workers to use (or 0 to use all CPUs). Thanks to Claudiu Popa for the patch.