Python bytecode compatibility between interpreter versions

Ville Vainio ville at spammers.com
Fri Mar 19 05:54:38 EST 2004


>>>>> "Jon" == Jon Perez <jbperez808 at yahoo.com> writes:

    Jon> Can one run a 1.5 .pyc file with the 2.x version
    Jon> interpreters and vice versa?

Nope, bytecode compatibility is not guaranteed. 

-- 
Ville Vainio   http://tinyurl.com/2prnb



More information about the Python-list mailing list