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.

Author methane
Recipients methane
Date 2017-06-16.18:38:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497638336.46.0.297230638217.issue30686@psf.upfronthosting.co.za>
In-reply-to
Content
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
2017-06-16 18:38:56methanesetrecipients: + methane
2017-06-16 18:38:56methanesetmessageid: <1497638336.46.0.297230638217.issue30686@psf.upfronthosting.co.za>
2017-06-16 18:38:56methanelinkissue30686 messages
2017-06-16 18:38:56methanecreate