]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
authorSteve Dower <steve.dower@python.org>
Wed, 13 Dec 2023 15:38:45 +0000 (15:38 +0000)
committerGitHub <noreply@github.com>
Wed, 13 Dec 2023 15:38:45 +0000 (15:38 +0000)
commit79dad03747fe17634136209f1bcaf346a8c10617
tree0ca624c64faee7dba75917b1483ab9318c2676f5
parent498a096a51a215cd3084845131e619222b906b3e
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
25 files changed:
.github/workflows/reusable-windows.yml
Lib/sysconfig/__init__.py
Lib/test/test_sysconfig.py
Lib/test/test_venv.py
Misc/NEWS.d/next/Windows/2023-12-05-22-56-30.gh-issue-111650.xlWmvM.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes_test.c
Modules/_scproxy.c
Modules/_stat.c
Modules/_testcapi/heaptype_relative.c
Modules/_testcapi/vectorcall_limited.c
Modules/_testclinic_limited.c
Modules/_testimportmultiple.c
Modules/_uuidmodule.c
Modules/errnomodule.c
Modules/resource.c
Modules/xxlimited.c
Modules/xxlimited_35.c
PC/layout/main.py
PC/pyconfig.h.in [moved from PC/pyconfig.h with 99% similarity]
PC/winsound.c
PCbuild/_freeze_module.vcxproj
PCbuild/pyproject.props
PCbuild/pythoncore.vcxproj
Tools/msi/dev/dev_files.wxs
Tools/peg_generator/pegen/build.py