I’ve been playing around with the free-threaded build of 3.13 and it seems pretty stable with the standard library at least. Most of what I’ve read suggests the only problems have been with 3rd party libraries that make unsafe assumptions about the GIL being around. But I’ve tried it out with my own production code and it’s been rock solid and performant (at least by Python standards).
I’ve been playing around with the free-threaded build of 3.13 and it seems pretty stable with the standard library at least. Most of what I’ve read suggests the only problems have been with 3rd party libraries that make unsafe assumptions about the GIL being around. But I’ve tried it out with my own production code and it’s been rock solid and performant (at least by Python standards).