Nov
17
Python Concurrency
Wow, I didn’t know that Python had a Global interpreter lock (GIL), which effectively makes it single-threaded, and that this isn’t currently planned for change, despite the pervasive multicore future that people see ahead.