Byte code for python

Erik Max Francis max at alcyone.com
Sat Feb 15 05:50:53 EST 2003


Paul Rubin wrote:

> "Use the force, read the source".  There's no notion of a Python
> virtual machine able to run the same bytecodes across multiple
> implementations; therefore, bytecode format isn't part of the Python
> specification.

And, for concreteness, the bytecode can change from release to release. 
One probably shouldn't aim at the Python VM as a target, because it's a
moving one; it's not designed to be a separate entity.

That being said, there is a Wiki in progress devoted to the Python
virtual machine specification:

	http://manatee.mojam.com/pyvmwiki

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ Peace with a cudgel in hand is war.
\__/ (a Portugese proverb)
    Computer science / http://www.alcyone.com/max/reference/compsci/
 A computer science reference.




More information about the Python-list mailing list