New submission from daniel hahler <python-b...@thequod.de>:

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".

----------
components: Installation
messages: 344812
nosy: blueyed
priority: normal
severity: normal
status: open
title: make install: make compileall optional
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37175>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to