In article <[EMAIL PROTECTED]>,
 <[EMAIL PROTECTED]> wrote:

 <SNIP>

>
>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.

You know that python byte code is portable across architectures.

So you are disassembling using an Intel disassembler?
How can that make sense if you are on a SUN work station with a
non-Intel processor?

Groetjes Albert

--
-- 
Albert van der Horst, UTRECHT,THE NETHERLANDS
Economic growth -- like all pyramid schemes -- ultimately falters.
[EMAIL PROTECTED]&ar&c.xs4all.nl &=n http://home.hccnet.nl/a.w.m.van.der.horst

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

Reply via email to