Post #385 1.74K Mar 11, 2024, 21:30 UTC Gil is no more https://github.com/python/cpython/pull/116338 GitHub 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... 🎉 12