[issue5309] distutils doesn't parallelize extension module compilation

Antoine Pitrou report at bugs.python.org
Sun Sep 7 01:16:48 CEST 2014


Antoine Pitrou added the comment:

Updated patch:
- add the -j option to the "build" command as well (even though it's only used by build_ext)
- in setup.py, only force parallel compilation if make was called with -j

----------
Added file: http://bugs.python.org/file36564/build_ext_parallel5.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5309>
_______________________________________


More information about the Python-bugs-list mailing list