GIL removal and the Faster CPython project
GIL removal and the Faster CPython project
Posted Aug 3, 2023 9:07 UTC (Thu) by mb (subscriber, #50428)In reply to: GIL removal and the Faster CPython project by roc
Parent article: GIL removal and the Faster CPython project
There already are Python interpreters without a GIL, like Jython and pypy-stm.
Posted Aug 3, 2023 9:35 UTC (Thu)
by roc (subscriber, #30627)
[Link] (1 responses)
They're not exactly mainstream though.
Posted Aug 18, 2023 12:54 UTC (Fri)
by sammythesnake (guest, #17693)
[Link]
It's a shame, though - STM in particular was a pretty cool *concept*, even if making it work kinda wants hypothetical hardware support :-P
GIL removal and the Faster CPython project
GIL removal and the Faster CPython project
