[issue30686] make `make install` faster

2018-04-10 Thread INADA Naoki
Change by INADA Naoki : -- resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs

[issue30686] make `make install` faster

2017-06-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue30686] make `make install` faster

2017-06-17 Thread INADA Naoki
Changes by INADA Naoki : -- pull_requests: +2315 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue30686] make `make install` faster

2017-06-16 Thread INADA Naoki
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 `