mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-111863: Rename Py_NOGIL to Py_GIL_DISABLED (#111864)
Rename Py_NOGIL to Py_GIL_DISABLED
This commit is contained in:
parent
1c8f912ebd
commit
3b3ec0d77f
39 changed files with 82 additions and 81 deletions
2
configure
generated
vendored
2
configure
generated
vendored
|
|
@ -7883,7 +7883,7 @@ printf "%s\n" "$disable_gil" >&6; }
|
|||
if test "$disable_gil" = "yes"
|
||||
then
|
||||
|
||||
printf "%s\n" "#define Py_NOGIL 1" >>confdefs.h
|
||||
printf "%s\n" "#define Py_GIL_DISABLED 1" >>confdefs.h
|
||||
|
||||
# Add "t" for "threaded"
|
||||
ABIFLAGS="${ABIFLAGS}t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue