If you want to experience the latest free-threaded build, use uv with `uv python install 3.14t --preview` :)

From Python 3.14, the free-threaded build now uses specialization, and the TCO dispatch is also available if the binary is built with clang-19. The easiest way is using uv, as I commented.

Comments