Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-111499: Fix PYTHONMALLOCSTATS at Python exit#120021
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), beforethe interpreter is deleted.
Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), beforethe interpreter is deleted.(cherry picked from commit5a1205b)Co-authored-by: Victor Stinner <vstinner@python.org>
Sorry,@vstinner, I could not cleanly backport this to |
GH-120022 is a backport of this pull request to the3.13 branch. |
GH-120023 is a backport of this pull request to the3.12 branch. |
Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), beforethe interpreter is deleted.(cherry picked from commit5a1205b)
Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), beforethe interpreter is deleted.
Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), beforethe interpreter is deleted.
Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), beforethe interpreter is deleted.
Uh oh!
There was an error while loading.Please reload this page.
Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), before the interpreter is deleted.