pyc / pyo architecture independent?

Aahz aahz at pythoncraft.com
Tue Nov 18 10:07:35 EST 2003


In article <LemdnTe8n5ZcsSeiRVn-jA at august.net>,
Terry Hancock  <hancock at anansispaceworks.com> wrote:
>
>Are the .pyc / .pyo files safely architecture independent?  (I.e. are
>they now, and are they likely or even guaranteed to remain so?).

Yes.  I don't know about future guarantees, but you may be assured that
it would be a Big Change if that were no longer true.

>I know the bytecode can change between interpreter versions and other
>interpreters like Jython, Stackless, and PyPy (does that exist yet?)
>may not even choose to make them.  But given that the same interpreter
>is made available, will they work on, say, an ARM processor, a 68K, and
>a i386 sharing them on the same network?

Yes.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

Weinberg's Second Law: If builders built buildings the way programmers wrote 
programs, then the first woodpecker that came along would destroy civilization.




More information about the Python-list mailing list