]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Mon, 20 Nov 2023 13:52:00 +0000 (15:52 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Nov 2023 13:52:00 +0000 (15:52 +0200)
commit3b3ec0d77f0f836cbe5ff1ab97efcc8b7ed5d787
treef79786b7e97064b1a71840ac9c1421e87d6adc15
parent1c8f912ebdfdb146cd7dd2d7a3a67d2c5045ddb0
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)

Rename Py_NOGIL to Py_GIL_DISABLED
39 files changed:
Include/cpython/pystate.h
Include/internal/pycore_critical_section.h
Include/internal/pycore_importdl.h
Include/internal/pycore_lock.h
Include/internal/pycore_object.h
Include/object.h
Lib/sysconfig/__init__.py
Lib/test/libregrtest/utils.py
Lib/test/pythoninfo.py
Lib/test/support/__init__.py
Lib/test/test_cppext/__init__.py
Lib/test/test_importlib/test_windows.py
Lib/test/test_sys.py
Misc/NEWS.d/next/C_API/2023-11-08-20-28-03.gh-issue-111863.RPeFAX.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes_test.c
Modules/_multiprocessing/posixshmem.c
Modules/_scproxy.c
Modules/_stat.c
Modules/_sysconfig.c
Modules/_testcapi/heaptype_relative.c
Modules/_testcapi/vectorcall_limited.c
Modules/_testclinic_limited.c
Modules/_testimportmultiple.c
Modules/_testinternalcapi/test_critical_sections.c
Modules/_uuidmodule.c
Modules/errnomodule.c
Modules/hashlib.h
Modules/resource.c
Modules/xxlimited.c
Modules/xxlimited_35.c
Objects/object.c
PC/winsound.c
PCbuild/pyproject.props
Python/ceval.c
Python/lock.c
Python/pystate.c
configure
configure.ac
pyconfig.h.in