Python bytecode and .pyc file format specification -
i'm looking pyc file format specification, found link provides bytecode instructions without opcodes need alot more detailed file includes file structure of .pyc, can provide me link it?
thanks.
the structure of .pyc files explained here: http://nedbatchelder.com/blog/200804/the_structure_of_pyc_files.html
cilyan posted link actual documentation bytecodes in standard library (https://docs.python.org/3.5/library/dis.html#python-bytecode-instructions).
Comments
Post a Comment