• Éric Araujo's avatar
    Fix packaging byte-compilation to comply with PEP 3147 (#11254). · a29e4f64
    Éric Araujo authored
    I want to replace custom byte-compiling function with calls to
    compileall before 3.3b1, but in the short term it’s good to have this
    fixed.
    
    Adapted from the distutils patch by Jeff Ramnani.  I tested with -B, -O
    and -OO; test_util and test_mixin2to3 fail in -O mode because lib2to3
    doesn’t support it.
    a29e4f64
test_command_install_lib.py 3.45 KB