translating Python to Assembler

Grant Edwards grante at visi.com
Sat Jan 26 00:03:06 EST 2008


On 2008-01-26, ajaksu <ajaksu at gmail.com> wrote:
> On Jan 25, 11:10 pm, o... at thepond.com wrote:
>> Once a python py file is compiled into a pyc file, I can disassemble
>> it into assembler. Assembler is nothing but codes, which are
>> combinations of 1's and 0's. You can't read a pyc file in a hex
>> editor, but you can read it in a disassembler. It doesn't make a lot
>> of sense to me right now, but if I was trying to trace through it with
>> a debugger, the debugger would disassemble it into assembler, not
>> python.
>
> Please, tell me you're kidding...

I think we've been trolled.  Nobody could be that stubbornly
ignorant.

-- 
Grant Edwards                   grante             Yow!  This is PLEASANT!
                                  at               
                               visi.com            



More information about the Python-list mailing list