Steve Holden wrote:
> Aaron Gray wrote:
>> "Aaron Gray" <[EMAIL PROTECTED]> wrote in message 
>> news:[EMAIL PROTECTED]
>>> Hi,
>>>
>>> I am looking to study the CPython source code, but I cannot seem to find 
>>> the VM code.
>> Found it :)
>>
>>         Python/ceval.c
>>
>>> Also is there any where a detailed  list of the opcodes ?
>> Still could do with an opcodes chart.
>>
> Be sure and post it on the Wiki when you finish it ;-)
> 
I was being a little too flip here. If you look in the "dis" module I 
would imagine you will find what you seek, given that it's capable of 
disassembling the byte codes
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.com/

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

Reply via email to