top | item 46082801 (no title) perrohunter | 3 months ago Where is the GIL in this? discuss order hn newest eru|3 months 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.
eru|3 months 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.
eru|3 months ago
Python only got its own GIL in version 1.5 of CPython.