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 blueyed
Recipients blueyed
Date 2019-06-06.13:03:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559826192.88.0.243223248459.issue37175@roundup.psfhosted.org>
In-reply-to
Content
I'd like to make running compileall optionally during installation, since it takes quite a while by itself (with lots of output), and gets a bit into the way when installing often (e.g. with git-bisect).

AFAIK it should not be required, because the files would be compiled on demand as usual.

I could imagine having an explicit target for this, or a make variable to control this, i.e. "make install COMPILEALL=0".
History
Date User Action Args
2019-06-06 13:03:12blueyedsetrecipients: + blueyed
2019-06-06 13:03:12blueyedsetmessageid: <1559826192.88.0.243223248459.issue37175@roundup.psfhosted.org>
2019-06-06 13:03:12blueyedlinkissue37175 messages
2019-06-06 13:03:12blueyedcreate