[Python-Dev] Importing .pyc in -O mode and vice versa (original) (raw)

Wolfgang Langner tds333+pydev at gmail.com
Mon Nov 6 13🔞37 CET 2006


Why not only import *.pyc files and no longer use *.pyo files.

It is simpler to have one compiled python file extension. PYC files can contain optimized python byte code and normal byte code.

-- bye by Wolfgang



More information about the Python-Dev mailing list