Python Bytecode article

Terry Reedy tjreedy at udel.edu
Tue Aug 6 18:45:41 EDT 2002


"Carlos Moreira" <duduca007 at yahoo.com> wrote in message
news:mailman.1028657651.30936.python-list at python.org...
> Hello,
>
> I need some Python Bytecode articles.

Look in Python Library Reference under dis module.  Note that CPython
bytecode is strictly implementation detail and subject to change with
any version.

TJR






More information about the Python-list mailing list