#global-interpreter-lock

[ follow ]
fromRealpython
3 months ago

What Is the Python Global Interpreter Lock (GIL)? Quiz - Real Python

The GIL allows only one thread to hold the control of the Python interpreter, which can be a performance bottleneck in CPU-bound and multi-threaded code.
Python
[ Load more ]