]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128679: Clear the ref tracer in _PyTraceMalloc_Stop() (#129258)
authorVictor Stinner <vstinner@python.org>
Fri, 24 Jan 2025 13:54:02 +0000 (14:54 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Jan 2025 13:54:02 +0000 (14:54 +0100)
commit1ee321b4c0c3d83f5b7becb726a6fcf59de279f5
tree6931a96715b7cac28b76135633aac37a661660e0
parenteed7865ceea83f56e46307c9dc78cb53526071f6
[3.13] gh-128679: Clear the ref tracer in _PyTraceMalloc_Stop() (#129258)

_PyTraceMalloc_Stop() now calls PyRefTracer_SetTracer(NULL, NULL).
Python/tracemalloc.c