Hacker News new | ask | show | jobs
by T-A 1077 days ago
> GIL removal doesn't mean "make all of this lockless"

Literally speaking, that's exactly what "removal" means. As far as I can tell, GP was wondering why there's so much discussion about replacement, since simply removing the GIL wouldn't break single-threaded code.