Python’s Steering Council Plans to Make Its ‘Global Interpreter Lock’ Optional
Python’s Global Interpreter Lock “allows only one thread to hold the control of the Python interpreter,” according to the tutorial site Real Python. (They add, “it can be a performance bottleneck in CPU-bound and multi-threaded code.”)
Friday the Pyt…