[Python-Dev] compiler.pyassem (original) (raw)

Fabiano Sidler fabianosidler at gmail.com
Fri Feb 10 22:03:59 CET 2006


Hi folks!

Do I see things as they are and compiler.pyassem generates bytecode straight without involve any C code, i.e. code from the VM or the compiler? How is this achieved? I took a look at Python/compile.c as mentioned in compiler.pyassem and I'm trying to get into it, but about 6500 lines of C code are too much for me in one file. Could someone here please give me some hints on how one can do what compiler.pyassem does?

Greetings, Fips



More information about the Python-Dev mailing list