Hacker News new | ask | show | jobs
by eru 201 days ago
You only need the GIL in the first place, when you are doing multi-threading.

Python only got its own GIL in version 1.5 of CPython.