Hacker News new | ask | show | jobs
by mylons 736 days ago
there’s already a PEP to address the GIL. python is going through its JVM optimization phase. it’s too popular and ubiquitous that improving the GIL and things like it are inevitable
1 comments

There's not just a PEP, CPython already can be compiled in No-GIL mode. All we need is support from modules.