Uh oh!
There was an error while loading. Please reload this page.
gh-111863: Rename Py_NOGIL to Py_GIL_DISABLED - #111864
Conversation
pitrou
commented
Nov 9, 2023
Then I would suggest |
colesbury
commented
Nov 9, 2023
Thanks @hugovk. I would like some comment first from the Python steering council about the preferred name so that:
Beyond that, we'll also need to change |
gpshead
commented
Nov 19, 2023
The SC threw our xkcd-randomized dart at the dartboard of bikeshed names: it landed on |
hugovk
commented
Nov 20, 2023
Thanks, updated to use |
Py_NOGIL to Py_DISABLE_GILPy_NOGIL to Py_GIL_DISABLEDYhg1s
commented
Nov 21, 2023
This created a file in Misc/NEWS.d/next/C_API, presumably by accident. The actual directory should be Misc/NEWS.d/next/"C API" (a space instead of an underscore). Was the blurb file created by hand, or is this a bug in blurb or blurb-it? |
Rename Py_NOGIL to Py_GIL_DISABLED
Rename Py_NOGIL to Py_GIL_DISABLED
A suggestion for gh-111863, following the pattern of the
--disable-gilflag.cc @colesbury