GIL removal and the Faster CPython project
GIL removal and the Faster CPython project
Posted Aug 3, 2023 17:15 UTC (Thu) by bluss (guest, #47454)In reply to: GIL removal and the Faster CPython project by zorro
Parent article: GIL removal and the Faster CPython project
Work is ongoing on per-GIL subinterpreters and it will soon allow using independent interpreter threads, which should make it relatively easy to achieve this. For example using concurrent.futures.
