The faster-cpython plan for 3.13

The developers working on improving the speed of the CPython interpreter
have posted
a plan
describing their objectives for the Python 3.13 release. The
biggest piece appears to be the tier-2
optimizer
, which will optimize larger chunks of Python code:
https://github.com/faster-cpython/ideas/issues/557“.

Source: LWN.net – The faster-cpython plan for 3.13