• Éric Araujo's avatar
    Clean up byte-compilation code in packaging (#11254 followup). · f8361623
    Éric Araujo yazdı
    - Don't use keyword arguments for debug_override; I find it more
      readable to have a comment explaining that True makes pyc and False
      pyo than to write out the non-obvious (when you haven’t read the doc)
      argument name
    
    - Move duplicate code from build_py and install_lib into cmd
    
    - Remove obsolete verbose argument of util.byte_compile
    
    - Remove obsolete passing of -O/-OO to the Python process spawned by
      util.byte_compile (I’ll remove the whole spawning later, after I write
      more tests to check the contents of pyc and pyo files; now that
      byte_compile does not depend on the value of __debug__ in the calling
      Python, we can call py_compile or compileall directly)
    f8361623
Adı
Son kayıt (commit)
Son güncelleme
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.gitignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...