Is there any python 2.1 decompiler ???

Martin von Loewis loewis at informatik.hu-berlin.de
Tue Sep 4 05:50:58 EDT 2001


Oleg Broytmann <phd at phd.pp.ru> writes:

>    dis.py in standard library.
>    http://groups.google.com/groups?q=dis.py&safe=off

I think it does not really qualify as a decompiler; I'd rather call it
a disassembler. I don't think there is a decompiler for all of the 2.1
byte code; for most of 2.0 byte code, you can use decompyle:

http://goebel-consult.de/decompyle/

I'm sure Hartmut Goebel would appreciate contributions to update this
to the current Python feature set.

Regards,
Martin



More information about the Python-list mailing list