]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142419: Add mmap.set_name method for user custom annotation (gh-142480)
authorDonghee Na <donghee.na@python.org>
Thu, 18 Dec 2025 14:33:49 +0000 (23:33 +0900)
committerGitHub <noreply@github.com>
Thu, 18 Dec 2025 14:33:49 +0000 (23:33 +0900)
commit14f0b5191ad1d749d2ba5810f4f4495ee5581ce9
tree0d50d1afd2750ffe60902bccd9b2fae11a936526
parentd2abd5733b2dc478abb848230d7e8374e74a6927
gh-142419: Add mmap.set_name method for user custom annotation (gh-142480)
Doc/library/mmap.rst
Doc/whatsnew/3.15.rst
Include/internal/pycore_mmap.h
Lib/test/test_mmap.py
Misc/NEWS.d/next/Library/2025-12-10-02-31-43.gh-issue-142419.C8_LES.rst [new file with mode: 0644]
Modules/clinic/mmapmodule.c.h
Modules/mmapmodule.c
Objects/obmalloc.c
Python/jit.c
Python/perf_jit_trampoline.c
Python/perf_trampoline.c