]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131942: Use the Python-specific `Py_DEBUG` macro rather than `_DEBUG` in Windows...
authorXuehai Pan <XuehaiPan@pku.edu.cn>
Thu, 8 May 2025 15:01:25 +0000 (23:01 +0800)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 15:01:25 +0000 (15:01 +0000)
commitf0f93ba5fa53ef5724250dd9f791d89abca04fa7
tree81f097ae0eaeb34cf5220c73a0c6bb819ff5db75
parente15bbfafbcc9153fa0b05beb806984e288fdefe4
gh-131942: Use the Python-specific `Py_DEBUG` macro rather than `_DEBUG` in Windows-related C code (GH-131944)
13 files changed:
Doc/c-api/intro.rst
Include/internal/pycore_importdl.h
Misc/NEWS.d/next/Windows/2025-03-31-15-37-57.gh-issue-131942.jip_aL.rst [new file with mode: 0644]
Modules/_ctypes/callproc.c
Modules/_ssl.c
Modules/_ssl/debughelpers.c
PC/launcher.c
PC/pyconfig.h.in
PC/python_uwp.cpp
PC/python_ver_rc.h
Python/dynload_win.c
Python/marshal.c
Python/pylifecycle.c