[issue43634] Extensions build does not respect --jobs setting

2021-04-02 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +ncoghlan, petr.viktorin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43634] Extensions build does not respect --jobs setting

2021-03-26 Thread JustAnotherArchivist
New submission from JustAnotherArchivist : The extension building does not respect the --jobs option passed to make. Specifically, in that step, `python setup.py build` always spawns as many gcc processes as there are CPU cores available regardless of that option. This caused problems for me