Hacker News new | ask | show | jobs
by nine_k 242 days ago
Removing something, e.g. removing GIL, is usually the opposite of bloat.
1 comments

Removing the GIL really amounts to adding a bunch of concurrency code all over th cPython codebase. It kind of sucks tbh.