Byte code for python
Michael Hudson
mwh at python.net
Sun Feb 16 11:55:33 EST 2003
More information about the Python-list mailing list
Sun Feb 16 11:55:33 EST 2003
- Previous message (by thread): Learning
- Next message (by thread): On PEP 312: simple implicit lambda
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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)
- Previous message (by thread): Learning
- Next message (by thread): On PEP 312: simple implicit lambda
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list