Description
Run Python 3 code on PyPy, an alternative interpreter with a JIT compiler that can improve performance for some long-running workloads. It is useful for testing compatibility and speeding up suitable Python programs.
Interpreter differences can affect native extensions, packaging, and runtime behavior. Test projects before replacing CPython in production workflows.