Post Syndicated from original https://lwn.net/Articles/934883/
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
“.