Hacker News new | ask | show | jobs
by perrohunter 197 days ago
Where is the GIL in this?
1 comments

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.