Global Interpreter Lock
concepts · 1 notes linked
Related: Python · Cpython · Concurrency · Memory Management
Notes
- Python moves to remove the GIL and boost concurrency — PEP 703 plan to make CPython GIL optional then remove it
concepts · 1 notes linked
Related: Python · Cpython · Concurrency · Memory Management