Byte-compile internal Python source
@gregier
Submitted by Garrett Regier Link to original bug (#742347)
Description
Instead of compiling the internal Python source each time we initialize the loader we should include the byte-compiled version.
We might also need to get the marshal.version
from the resource and check, at runtime, that Python supports that version.
Version: git master