Skip Navigation
Python @lemmy.ml Arthur Besse @lemmy.ml

CPython PR merged yesterday: Allow disabling the GIL with PYTHON_GIL=0 or -X gil=0 by swtaarrs · Pull Request #116338 (part of PEP 703)

github.com gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` by swtaarrs · Pull Request #116338 · python/cpython

In free-threaded builds, running with PYTHON_GIL=0 or -X gil=0 will now disable the GIL. #116322 and #116329 track follow-up work to re-enable the GIL when loading an incompatible extension, and to...

gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` by swtaarrs · Pull Request #116338 · python/cpython
1
Hacker News @lemmy.smeargle.fans bot @lemmy.smeargle.fans
BOT
The GIL can now be disabled in Python's main branch
1 comments