]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126076: Account for relocated objects in tracemalloc (GH-126077) (#127823)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 11 Dec 2024 13:15:37 +0000 (14:15 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2024 13:15:37 +0000 (14:15 +0100)
commiteb692d945e11782d099dfc5b1627942fdb995d58
treeb40ae32d6fc10f533e700ae79673ecee50d017c6
parent78dfc28ff3594caeff37a3f8c93a590f463fc3fe
[3.13] gh-126076: Account for relocated objects in tracemalloc (GH-126077) (#127823)

(cherry picked from commit 30aeb00d367d0cc9e5a7603371636cddea09f1c0)
Include/internal/pycore_object.h
Misc/NEWS.d/next/Core_and_Builtins/2024-10-28-13-18-16.gh-issue-126076.MebZuS.rst [new file with mode: 0644]
Objects/bytesobject.c
Objects/object.c
Objects/tupleobject.c
Objects/unicodeobject.c
Python/ceval.c