Note sull'episodio
The Python steering council has asked for development on the experimental JIT compiler to be suspended from the main branch, pending a new PEP, with a six-month deadline before the code gets removed entirely. The JIT was already in the Python 3.15 release notes, showing an eight-to-nine percent geometric mean performance improvement on x86 Linux, with full release expected in October. The Register reported it this week.
The council's position is that proper process wasn't followed. The JIT team's position is that the code is already merged, working, and benchmarked. Pablo Galindo Salgado, speaking for the council, acknowledged that "we have not been as strict about following the process as a change of this complexity and reach deserves" — which is the council admitting that they approved the merges and are now saying they shouldn't have. Th ...