Hacker News new | ask | show | jobs
by tarruda 434 days ago
AFAIK CPython doesn't JIT compile.
1 comments

Recent versions of CPython do have an experimental JIT compiler. I'm not sure how widely-used it is, though.

https://peps.python.org/pep-0744/

It's disabled by default, not production ready. You need to compile CPython yourself if you want to try it.