: This build allows running CPython without the Global Interpreter Lock (GIL) . When enabled via --disable-gil , it allows multiple threads to run in true parallel on multi-core processors, significantly boosting performance for CPU-intensive, multi-threaded workloads like numerical computations.
: Type variables can now have defaults, simplifying generic classes. python 313 release notes verified