Tag
Thomas Wouters gives a talk at PyCon US 2026 on the past, present, and future of free-threaded Python, which removes the global interpreter lock (GIL) to allow parallel thread execution.
Python 3.14 introduces the ability to disable the Global Interpreter Lock (GIL), enabling true parallel execution of multi-threaded code, overcoming a long-standing limitation.