[issue13400] packaging: build command should have options to control byte-compilation

Julien Courteau report at bugs.python.org
Thu May 24 03:33:57 CEST 2012


Julien Courteau <courteaujulien at gmail.com> added the comment:

It is possible to only change the "frontend" (options: byte-compile, compile, no-byte-compile, optimize) without changing the "backend" (attributes: compile and optimize). This way it is then easy to handle both sets of options (no-byte-compile, byte-compile, compile and optimize) for as long as it is necessary. I wonder if that could cause any problem...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13400>
_______________________________________


More information about the Python-bugs-list mailing list