On Apr 8, 9:29 pm, "Aaron Gray" <[EMAIL PROTECTED]> 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to