You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to avoid negatives in terms and flags and such, so we won’t get into double-negative terrain (like we do when we talk about ‘non no-GIL’). We’d like a positive, clear term to talk about the no-GIL build, and we’re suggesting ‘free-threaded’. (Relatedly, that’s why the build mode/ABI letter is ‘t’ and not ‘n’; that change was already made.)
Py_NOGIL is a user-facing macro, let's rename it to something positive.
From the PEP 703 acceptance:
Py_NOGILis a user-facing macro, let's rename it to something positive.Maybe
Py_DISABLE_GILorPy_FREE_THREADED?cc @colesbury
Linked PRs
Py_NOGILtoPy_GIL_DISABLED#111864