23
PEP 703 is going to be accepted, are you ready for noGIL?
(discuss.python.org)
News and discussions about the programming language Python
For the amount of multiprocess code I’ve written in Python, I’m embarrassed that this is the first I’m hearing about the noGIL build. Really excited to see this feature become the default, though it looks like it will take a while. GIL has definitely been a pain in the ass for fully utilizing multi-core systems.