By rlamarch
via nedbatchelder.com
Published: Apr 12 2008 / 03:25
I spent some time digging around in the Python code to understand how .pyc files work. It turns out they are fairly simple, then kind of complex. At the simple level, a .pyc file is a binary file containing: a four-byte magic number, a four-byte modification timestamp, and a marshalled code object.
Add your comment
Voters For This Link (11)
-
rlamarch -
slackmg -
bloid -
ginstrom -
jchiu1106 -
Rogue Modron -
docmach -
keyofdminor -
fabiocaseri -
semom -
wyldwolf