Byte code descriptions somewhere?

Cem Karan cfkaran2 at gmail.com
Sun Oct 2 18:48:10 EDT 2016


I kind of got the feeling that was so from reading the docs in the source code.  Too bad! :(

Cem

On Oct 1, 2016, at 7:53 PM, Paul Rubin <no.email at nospam.invalid> wrote:

> Cem Karan <cfkaran2 at gmail.com> writes:
>> how do I create a stream of byte codes that can be interpreted by
>> CPython directly?
> 
> Basically, study the already existing code and do something similar.
> The CPython bytecode isn't standardized like JVM bytecode.  It's
> designed for the interpreter's convenience, not officially documented,
> and (somewhat) subject to change between versions.
> -- 
> https://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list