gh-137740: Clarify __del__ invocation mechanism in reference counting#137741
Merged
kumaraditya303 merged 6 commits intopython:mainfrom Aug 22, 2025
Merged
gh-137740: Clarify __del__ invocation mechanism in reference counting#137741kumaraditya303 merged 6 commits intopython:mainfrom
kumaraditya303 merged 6 commits intopython:mainfrom
Conversation
Member
ZeroIntensity
left a comment
There was a problem hiding this comment.
Thanks for contributing, but I've been working on upstreaming this tutorial to replace this part of the documentation. We can go through the effort of reviewing and landing this if you want, but keep in mind that it will likely be lost soon anyway.
aisk
reviewed
Aug 14, 2025
Co-authored-by: AN Long <aisk@users.noreply.github.com>
kumaraditya303
approved these changes
Aug 22, 2025
|
Thanks @robinnarsinghranabhat for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @robinnarsinghranabhat for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Aug 24, 2025
…counting (pythonGH-137741) (cherry picked from commit 90b932e) Co-authored-by: Robin Narsingh Ranabhat <robinnarsingha123@gmail.com> Co-authored-by: Kumar Aditya <kumaraditya@python.org>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Aug 24, 2025
…counting (pythonGH-137741) (cherry picked from commit 90b932e) Co-authored-by: Robin Narsingh Ranabhat <robinnarsingha123@gmail.com> Co-authored-by: Kumar Aditya <kumaraditya@python.org>
|
GH-138112 is a backport of this pull request to the 3.13 branch. |
|
GH-138113 is a backport of this pull request to the 3.14 branch. |
hugovk
pushed a commit
that referenced
this pull request
Aug 27, 2025
kumaraditya303
added a commit
to miss-islington/cpython
that referenced
this pull request
Sep 9, 2025
…erence counting (pythonGH-137741) (python#138113) Co-authored-by: Robin Narsingh Ranabhat <robinnarsingha123@gmail.com> Co-authored-by: Kumar Aditya <kumaraditya@python.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue : gh-137740: Clarify reference counting details in "Thin Ice" section in
extendingdocumentation📚 Documentation preview 📚: https://cpython-previews--137741.org.readthedocs.build/