On Thu, Jul 19, 2018 at 11:01 AM, Michał Górny wrote:
> Python 3.5+ introduces parallel build support in distutils. Take
> advantage of that by passing appropriate -j option. Since distutils
> does not support an equivalent of --load-average, default to the number
> of CPUs+1 when unspecified.
>
Python 3.5+ introduces parallel build support in distutils. Take
advantage of that by passing appropriate -j option. Since distutils
does not support an equivalent of --load-average, default to the number
of CPUs+1 when unspecified.
In order to avoid breaking stable systems, introduce the new be