[New-bugs-announce] [issue30686] make `make install` faster

INADA Naoki report at bugs.python.org
Fri Jun 16 14:38:56 EDT 2017


New submission from INADA Naoki:

Currently, `make install` doesn't use -jN option of compileall.py

My idea is:

* Use os.cpu_count() for -j0.
* Use the option in Makefile

----------
components: Build
messages: 296216
nosy: inada.naoki
priority: normal
severity: normal
status: open
title: make `make install` faster
versions: Python 3.7

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


More information about the New-bugs-announce mailing list