Skip to content

gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during deallocation in debug mode #95325

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 27, 2022

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Jul 27, 2022

@pablogsal pablogsal merged commit f40bc7f into python:main Jul 27, 2022
@pablogsal pablogsal deleted the gh-95324 branch July 27, 2022 15:03
@miss-islington
Copy link
Contributor

Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-95336 is a backport of this pull request to the 3.11 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 27, 2022
…UnTrack during deallocation in debug mode (pythonGH-95325)

(cherry picked from commit f40bc7f)

Co-authored-by: Pablo Galindo Salgado <[email protected]>
pablogsal added a commit that referenced this pull request Jul 27, 2022
…_UnTrack during deallocation in debug mode (GH-95325) (#95336)

Co-authored-by: Pablo Galindo Salgado <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some GC types can crash during destruction if a GC runs executes
4 participants