Python's GIL Removal Reveals Second, Stronger GIL Behind It (medium.com) 4 points by elteto 1y ago ↗ HN
[–] westurner 1y ago ↗ Oh, the docs for colesbury/nogil AKA free threading:CPython docs > Free Threading HOWTO > Python experimental support for free threading: https://docs.python.org/3/howto/free-threading-python.html#p...CPython docs > Free Threading HOWTO > C API Extension Support for Free Threading: https://docs.python.org/3/howto/free-threading-extensions.ht...Python Free-Threading Guide > Run your code on free-threaded Python: https://py-free-threading.github.io/#run-your-code-on-free-t...ReadTheDocs used to have an "Edit" button that linked to the (GitHub,) page to edit the current page of the docs in source control.
4 comments
[ 5.3 ms ] story [ 22.2 ms ] threadVery funny author!
CPython docs > Free Threading HOWTO > Python experimental support for free threading: https://docs.python.org/3/howto/free-threading-python.html#p...
CPython docs > Free Threading HOWTO > C API Extension Support for Free Threading: https://docs.python.org/3/howto/free-threading-extensions.ht...
Python Free-Threading Guide > Run your code on free-threaded Python: https://py-free-threading.github.io/#run-your-code-on-free-t...
ReadTheDocs used to have an "Edit" button that linked to the (GitHub,) page to edit the current page of the docs in source control.