The entire rest of the file is just the output ofmarshal.dumpof the code object that results from compiling the source file. Marshal is like pickle, in that it serializes Python objects. It has different goals than pickle, though. Where pickle is meant to produce version-independent serializat...
we build fat packages (meaning, they contain lots of stuff, which might not be used for one thing or the other) So the pyc compilation process actually adds alot of overhead to deploying jobs, also, pacakge builds break if we have invalid python in the package thanksContributor...