Hacker News new | ask | show | jobs
by BoingBoomTschak 236 days ago
> and then CPython translates .pyc into machine instructions.

What do you mean? CPython is a bytecode compiler and a virtual machine interpreting that bytecode. Or are you talking about the new experimental JIT?