[Python-Dev] Can Python Be Built Without Distutils

Antoine Pitrou solipsis at pitrou.net
Sat Jan 24 23:24:30 CET 2015


On Sat, 24 Jan 2015 21:53:06 +0100
"M.-A. Lemburg" <mal at egenix.com> wrote:
> 
> BTW: Parallel execution, cross compilation can be added
> to setup.py. I don't think parallel execution is all
> that important,

$ ./python setup.py build_ext --help
[...]
  --parallel (-j)      number of parallel build jobs


Regards

Antoine.




More information about the Python-Dev mailing list