Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Jun 4, 2024

Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), before the interpreter is deleted.

Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), before the interpreter is deleted.
@miss-islington-app
Copy link

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 4, 2024
Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), before the interpreter is deleted. (cherry picked from commit 5a1205b) Co-authored-by: Victor Stinner <vstinner@python.org>
@miss-islington-app
Copy link

Sorry, @vstinner, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 5a1205b641df133932ed4c65b9a4ff5724e89963 3.12 

@bedevere-app
Copy link

GH-120022 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13 bugs and security fixes label Jun 4, 2024
@bedevere-app
Copy link

GH-120023 is a backport of this pull request to the 3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12 only security fixes label Jun 4, 2024
vstinner added a commit to vstinner/cpython that referenced this pull request Jun 4, 2024
Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), before the interpreter is deleted. (cherry picked from commit 5a1205b)
vstinner added a commit that referenced this pull request Jun 4, 2024
…0023) gh-111499: Fix PYTHONMALLOCSTATS at Python exit (#120021) Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), before the interpreter is deleted. (cherry picked from commit 5a1205b)
vstinner added a commit that referenced this pull request Jun 4, 2024
…120022) gh-111499: Fix PYTHONMALLOCSTATS at Python exit (GH-120021) Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), before the interpreter is deleted. (cherry picked from commit 5a1205b) Co-authored-by: Victor Stinner <vstinner@python.org>
barneygale pushed a commit to barneygale/cpython that referenced this pull request Jun 5, 2024
Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), before the interpreter is deleted.
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request Jul 11, 2024
Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), before the interpreter is deleted.
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), before the interpreter is deleted.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner