Python bytecode compatibility between interpreter versions

Jon Perez jbperez808 at yahoo.com
Sun Mar 21 12:14:02 EST 2004


Anyway, we can at least count on the fact that a .pyc compiled
by a particular Python version (say, Python 2.1.1) on one platform
(say, Mac), will run on another platform (say, Solaris) as long
as the interpreter has the same minor version (say, Python 2.1.0).

uh... right?



More information about the Python-list mailing list