This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: make `make install` faster
Type: Stage: resolved
Components: Build Versions: Python 3.7
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: methane, ned.deily
Priority: normal Keywords:

Created on 2017-06-16 18:38 by methane, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 2264 closed methane, 2017-06-18 03:24
Messages (1)
msg296216 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2017-06-16 18:38
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
History
Date User Action Args
2022-04-11 14:58:47adminsetgithub: 74871
2018-04-10 13:00:06methanesetstatus: open -> closed
resolution: wont fix
stage: resolved
2017-07-01 00:18:32ned.deilysetnosy: + ned.deily
2017-06-18 03:24:51methanesetpull_requests: + pull_request2315
2017-06-16 18:38:56methanecreate