Comment by hobofan
8 years ago
I'm pretty sure Python 3 already does this, and that's what the __pycache__ directories it creates when running a command are for.
8 years ago
I'm pretty sure Python 3 already does this, and that's what the __pycache__ directories it creates when running a command are for.
Those are only bytecode. It helps a little but you still have to load the file from the filesystem and run it on import.