Message252626
I had the same reasoning as RDM when I worked on byte-compilation in distutils2: https://hg.python.org/distutils2/rev/7c0a88497b5c
Using py_compile or compileall means that you want to create pyc or pyo files.
Defining PYTHONDONTWRITEBYTECODE or -B means that you don’t want the Python interpreter to byte-compile module as a side-effect of importing them.
These two things seem orthogonal to me. |
|
Date |
User |
Action |
Args |
2015-10-09 16:37:47 | eric.araujo | set | recipients:
+ eric.araujo, r.david.murray, proski |
2015-10-09 16:37:47 | eric.araujo | set | messageid: <1444408667.14.0.036817786882.issue25303@psf.upfronthosting.co.za> |
2015-10-09 16:37:47 | eric.araujo | link | issue25303 messages |
2015-10-09 16:37:46 | eric.araujo | create | |
|