Re: [Python-Dev] compiler.pyassem

2006-02-10 Thread Jeremy Hylton
On 2/10/06, Fabiano Sidler <[EMAIL PROTECTED]> wrote: > 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

[Python-Dev] compiler.pyassem

2006-02-10 Thread Fabiano Sidler
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