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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -