Optional Python GIL
GIL Become Optional in Python 3.13
GIL or Global Interpreter Lock can be disabled in Python version 3.13. This is currently experimental.
https://geekpython.in/gil-become-optional-in-python

JIT Compilation
Python 3.13 gets a JIT
Reviewing the JIT in Python 3.13
https://tonybaloney.github.io/posts/python-gets-a-jit.html


Seonglae Cho