]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111499: Fix PYTHONMALLOCSTATS at Python exit (#120021)
authorVictor Stinner <vstinner@python.org>
Tue, 4 Jun 2024 09:39:07 +0000 (11:39 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 09:39:07 +0000 (11:39 +0200)
commit5a1205b641df133932ed4c65b9a4ff5724e89963
tree68ade81471201e621529da66a5b8e8618510f291
parent26e5c6e8351adb1a77a88920ff33fc8ebee9a99e
gh-111499: Fix PYTHONMALLOCSTATS at Python exit (#120021)

Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), before
the interpreter is deleted.
Python/pylifecycle.c