CPython VM & byte code resources wanted

Arnaud Delobelle arnodel at googlemail.com
Tue Apr 8 16:33:45 EDT 2008


On Apr 8, 9:29 pm, "Aaron Gray" <ang.use... at gmail.com> wrote:
> Hi,
>
> I am looking to study the CPython source code, but I cannot seem to find the
> VM code.
> Also is there any where a detailed  list of the opcodes ?
>
> Many thanks in advance,
>
> Aaron

Bytecodes:
http://docs.python.org/lib/bytecodes.html

VM:
Python/ceval.c

HTH

--
Arnaud




More information about the Python-list mailing list