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@nospam.invalid> wrote:

> Cem Karan <cfkar...@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

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

Reply via email to