What actually happens to the bytecode when it is given to the PVM in python? I have come across explanations that say: "PVM executes the bytecode" but nothing beyond that.
Does the PVM convert the bytecode into machine-level code? Or does it use C to do it as it is CPython?