]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93502: Add new C-API functions to trace object creation and destruction (#115945)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 2 May 2024 17:30:00 +0000 (19:30 +0200)
committerGitHub <noreply@github.com>
Thu, 2 May 2024 17:30:00 +0000 (19:30 +0200)
commit6bcbee09df9f6fa6496fb7f68b6d655f190903a7
tree3805da0e3cb96c9d035b14fa4c7350b3030e0e89
parent2770d5caca42d48102f8e18210132a964c34af7c
gh-93502: Add new C-API functions to trace object creation and destruction (#115945)
Doc/c-api/init.rst
Doc/whatsnew/3.13.rst
Include/cpython/object.h
Include/internal/pycore_object.h
Include/internal/pycore_runtime.h
Include/internal/pycore_runtime_init.h
Misc/NEWS.d/next/Core and Builtins/2024-02-26-13-14-52.gh-issue-93502.JMWRvA.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/object.c
Python/tracemalloc.c