]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127635: Use flexible array in tracemalloc (#141991)
authorVictor Stinner <vstinner@python.org>
Thu, 27 Nov 2025 11:32:31 +0000 (12:32 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Nov 2025 11:32:31 +0000 (12:32 +0100)
commit83d8134c5b13a1c2f26176a60d5b1e3478fe92bd
treea63611e2f6b77984c346cfe6965e120112727cb8
parent7fe1a18b77ea1aef186c95c54e061b667a975989
gh-127635: Use flexible array in tracemalloc (#141991)

Replace frames[1] with frames[] in tracemalloc_traceback structure.
Include/internal/pycore_tracemalloc.h
Python/tracemalloc.c