Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
vstinner merged 1 commit intopython:mainfromvstinner:fix_malloc_stats
Jun 4, 2024

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commentedJun 4, 2024
edited by bedevere-appbot
Loading

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

Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), beforethe 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 requestJun 4, 2024
Call _PyObject_DebugMallocStats() earlier in Py_FinalizeEx(), beforethe interpreter is deleted.(cherry picked from commit5a1205b)Co-authored-by: Victor Stinner <vstinner@python.org>
@miss-islington-app
Copy link

Sorry,@vstinner, I could not cleanly backport this to3.12 due to a conflict.
Please backport usingcherry_picker on command line.

cherry_picker 5a1205b641df133932ed4c65b9a4ff5724e89963 3.12

@bedevere-app
Copy link

GH-120022 is a backport of this pull request to the3.13 branch.

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

GH-120023 is a backport of this pull request to the3.12 branch.

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

Reviewers

@ericsnowcurrentlyericsnowcurrentlyAwaiting requested review from ericsnowcurrentlyericsnowcurrently is a code owner

Assignees

@vstinnervstinner

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner

[8]ページ先頭

©2009-2025 Movatter.jp