Skip to content

Instantly share code, notes, and snippets.

@Gribouillis
Gribouillis / pycdump.py
Created November 16, 2021 19:56 — forked from anonymous/pycdump.py
Dump .pyc file (Python 3.5 version)
#
# read a .pyc file and pretty-print it
#
# copied from http://nedbatchelder.com/blog/200804/the_structure_of_pyc_files.html
# and updated to Python 3.5 (Nov 10th 2015)