Stability of PYC files

Stephen Horne steve at lurking.demon.co.uk
Sun Jul 22 08:45:25 EDT 2001


Are the Python compiled bytecode PYC files stable enough that you can
take PYC files generated by older versions of Python and run them
without the source on newer versions?

Has anyone ever tried to document Python bytecode?

Does jPython compile to Java bytecode, or does it act more directly as
an interpreter, or does it use an intermediate bytecode?


Sorry for the wierd questions ;-)




More information about the Python-list mailing list