Byte code for python

Michael Hudson mwh at python.net
Sun Feb 16 11:55:33 EST 2003


"Nagender B." <nagender at cs.ucsb.edu> writes:

>  I was just wondering if I can get the byte code specification for
> python online just as Java has its bytcode specification on sun's
> site. Or can it be found in some book. Any help in this regard will
> be really appreciated.

Why do you want to know?  Reading the documentation for the 'dis'
library module and then the source will teach you everything you want
to know, but there may be more direct ways to particular pieces of
information.

Cheers,
M.

-- 
  If you don't have friends with whom to share links and conversation,
  you have social problems and you should confront them instead of
  joining a cultlike pseudo-community.    -- "Quit Slashdot.org Today!"
   (http://www.cs.washington.edu/homes/klee/misc/slashdot.html#faq)




More information about the Python-list mailing list