decompiling python

G. David Kuhlman dkuhlman at netcom.com
Wed Apr 28 11:12:14 EDT 1999


First thing, look at 'dis' in the standard library reference.

But, remember, Python is compiled to byte code for the Python
virtual machine.  'dis'  displays that byte code, *not* machine
code for your microprocessor.

  - Dave



Jeff Saenz <jeff.saenz at jpl.nasa.gov> wrote:
> Does anyone know of a decompilation tool for python?

> -jm




More information about the Python-list mailing list