News

An experimental ‘no-GIL’ build mode in Python 3.13 disables the Global Interpreter Lock to enable ... that use threads through the CPython APIs run as-is. Here’s an example of a simple ...
This proposal is the culmination of many attempts over the years to remove Python’s Global Interpreter Lock, or GIL. Removing the GIL removes a major obstacle to multi-threading, making Python a ...