According to the Summary – Release Highlights of python 3.13
The biggest changes include a new interactive interpreter, experimental support for running in a free-threaded mode (PEP 703), and a Just-In-Time compiler (PEP 744).
https://docs.python.org/3.13/whatsnew/3.13.html#summary-release-highlights
Please can someone explain “Free-threaded CPython” with an example in Layman’s language if possible.
https://peps.python.org/pep-0703/ (I am not able to fully understand and this is too long)
1