Python "byte code" description

Derek Thomson derek at wedgetail.com
Sat Dec 7 02:07:27 EST 2002


Hi,

To the best of my understanding, the Python interpretor executes Python 
code that has been compiled to a Python byte code.

Is this byte code specified anywhere? I can't seem to find anything, 
except this very cursory overview:

http://python.org/doc/current/lib/bytecodes.html

Is there anything more comprehensive, apart from the Python 
implementation itself? Not only do I need the actual file format, but 
also the run time assumptions (stack and memory characteristics) would 
also be necessary.

Thanks in advance,
D.




More information about the Python-list mailing list