• Brett Cannon's avatar
    Issue #23731: Implement PEP 488. · 6b108b84
    Brett Cannon authored
    The concept of .pyo files no longer exists. Now .pyc files have an
    optional `opt-` tag which specifies if any extra optimizations beyond
    the peepholer were applied.
    6b108b84
install_lib.py 8.2 KB