[issue27226] distutils: unable to compile both .opt-1.pyc and .opt2.pyc simultaneously

Éric Araujo report at bugs.python.org
Mon Oct 19 18:45:55 EDT 2020


Éric Araujo <merwok at netwok.org> added the comment:

FWIW the behaviour in distutils was intended to be controlled by the setup.p options, but in fact also depended on the options of the python command itself (-O and dont-write-bytecode option/envvar).  This was changed in distutils2 but judged too big to fix in distutils: https://hg.python.org/distutils2/rev/7c0a88497b5c

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue27226>
_______________________________________


More information about the Python-bugs-list mailing list