]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)
authorDonghee Na <donghee.na@python.org>
Mon, 8 Dec 2025 14:47:19 +0000 (23:47 +0900)
committerGitHub <noreply@github.com>
Mon, 8 Dec 2025 14:47:19 +0000 (14:47 +0000)
commitc4ccaf4b1051b3c1ae0138a9c92657606f578fbd
tree83b4d8c1de71ea9b4f10fe78a2c9d6c6cdda58e1
parente3539e99e3642ceea2330b3f78a6e9fa8ac3da64
gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)
15 files changed:
Doc/whatsnew/3.15.rst
Include/internal/pycore_mmap.h [new file with mode: 0644]
Makefile.pre.in
Misc/NEWS.d/next/Core_and_Builtins/2025-11-29-18-14-28.gh-issue-141770.JURnvg.rst [new file with mode: 0644]
Modules/_ctypes/malloc_closure.c
Modules/mmapmodule.c
Objects/obmalloc.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/jit.c
Python/perf_jit_trampoline.c
Python/perf_trampoline.c
configure
configure.ac
pyconfig.h.in