-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-75459: Doc: C API: Improve object life cycle documentation #125962
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
Changes from 27 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
bc32398
gh-75459: Doc: C API: Improve object life cycle documentation
rhansen 361eaca
gh-75459: Doc: Tell sphinx to run graphviz
rhansen b27bcca
add blurb
rhansen b42b58d
Revert "gh-75459: Doc: Tell sphinx to run graphviz"
rhansen 7e571ae
delete "ref count == 0" node, link directly to `tp_dealloc`
rhansen 97dc30c
Merge branch 'main' into docs
rhansen 85e535a
significant rewrite to address review comments
rhansen ef979e6
fix warnings
rhansen f3863c4
tweak cyclic isolate definition
rhansen 6a114f9
apply css to the svg to support dark theme
rhansen 182c977
increase font size
rhansen 7cd0cb5
attempt to make the svg accessible
rhansen e34e224
wrap at 79 chars
rhansen 16a29ab
address review feedback, and other tweaks
rhansen 018a3c4
be more precise about the finalized mark
rhansen 442b7f2
add pdf support, improve epub support
rhansen 5ed484a
address feedback, and other improvements
rhansen b7774ae
Merge in the main branch
encukou bb1a94f
Remove redundant notes added in GH-129850
encukou fd38fd4
Merge branch 'main' into docs
ZeroIntensity 3573c79
Apply suggestions from code review
ZeroIntensity 2633594
Update Doc/c-api/lifecycle.rst
ZeroIntensity c57574a
Mention tp_alloc()
ZeroIntensity 878fd27
Avoid using 'do not'
ZeroIntensity 1b96fad
Mention PyObject_CallFinalizerFromDealloc()
ZeroIntensity e8c6852
Add some clarifications about tp_finalize()
ZeroIntensity 3408919
Say that tp_dealloc() must free.
ZeroIntensity b6023a3
Fix doctest.
ZeroIntensity da3593c
Apply suggestions from code review
ZeroIntensity File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.