]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126076: Account for relocated objects in tracemalloc (#126077)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 19 Nov 2024 10:35:17 +0000 (10:35 +0000)
committerGitHub <noreply@github.com>
Tue, 19 Nov 2024 10:35:17 +0000 (10:35 +0000)
commit30aeb00d367d0cc9e5a7603371636cddea09f1c0
tree70460af295fd174eeee64b893ecee84132c3f66f
parent899fdb213db6c5881c5f9c6760ead6fd713d2070
gh-126076: Account for relocated objects in tracemalloc (#126077)
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