Message267451
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. |
|
Date |
User |
Action |
Args |
2016-06-05 18:33:05 | mgorny | set | recipients:
+ mgorny, brett.cannon, ned.deily, eric.araujo, Arfrever, dstufft |
2016-06-05 18:33:05 | mgorny | set | messageid: <1465151585.94.0.15604142493.issue27226@psf.upfronthosting.co.za> |
2016-06-05 18:33:05 | mgorny | link | issue27226 messages |
2016-06-05 18:33:05 | mgorny | create | |
|