]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-101520: Move tracemalloc functionality into core, leaving interface in Modules...
authorMark Shannon <mark@hotpy.org>
Wed, 17 May 2023 13:17:16 +0000 (14:17 +0100)
committerGitHub <noreply@github.com>
Wed, 17 May 2023 13:17:16 +0000 (14:17 +0100)
commitf7df17394906f2af51afef3c8ccaaab3847b059c
tree834ce84a556cf8ea8159b703bfa2d26149e5d9d8
parent26931944dd8abd6554249239344fa62b789b9028
GH-101520: Move tracemalloc functionality into core, leaving interface in Modules. (#104508)
Include/internal/pycore_pylifecycle.h
Include/tracemalloc.h
Makefile.pre.in
Misc/NEWS.d/next/Library/2023-05-11-21-32-18.gh-issue-101520.l9MjRE.rst [new file with mode: 0644]
Modules/_tracemalloc.c
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/pylifecycle.c
Python/tracemalloc.c [new file with mode: 0644]