Python 3.13 is here, and it's bringing a revolutionary change: the removal of the Global Interpreter Lock (GIL)! With the introduction of a free-threaded mode, Python now supports true parallelism, unlocking the full potential of multithreading for developers. In this video, we'll explore what the removal of the GIL means for Python, how it impacts performance, and why this change is a game-changer for multiprocessing.
Timestamps
0:00 CPUs, cores and the GIL
1:25 Install Python 3.13 free-threaded
2:54 Performance analysis
4:20 Race-conditions