Hacker News new | ask | show | jobs
by callamdelaney 243 days ago
Python gets more bloated weekly in my view.
1 comments

Removing something, e.g. removing GIL, is usually the opposite of bloat.
Removing the GIL really amounts to adding a bunch of concurrency code all over th cPython codebase. It kind of sucks tbh.