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

Michał Górny report at bugs.python.org
Sun Jun 5 14:33:05 EDT 2016


Michał Górny added the comment:

Brett, .pyc was controlled by --compile and .pyo by --optimize (either 1 or 2). Technically only two variants could be used simultaneously, and distutils accounted for that.

Now you have .pyc + .opt-1.pyc + .opt-2.pyc, so three variants instead of two.

----------

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


More information about the Python-bugs-list mailing list