Python 3.13 introduced the long-awaited ( --disable-gil ), allowing threads to run truly concurrently. Version 3.13.1 squashes several reference-counting bugs and race conditions that could cause sporadic crashes in multi-threaded workloads. While still experimental, the build is now noticeably more robust for testing.