Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.3k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
29 commits Select commitHold shift + click to select a range
bc32398
gh-75459: Doc: C API: Improve object life cycle documentation
rhansen361eaca
gh-75459: Doc: Tell sphinx to run graphviz
rhansenb27bcca
add blurb
rhansenb42b58d
Revert "gh-75459: Doc: Tell sphinx to run graphviz"
rhansen7e571ae
delete "ref count == 0" node, link directly to `tp_dealloc`
rhansen97dc30c
Merge branch 'main' into docs
rhansen85e535a
significant rewrite to address review comments
rhansenef979e6
fix warnings
rhansenf3863c4
tweak cyclic isolate definition
rhansen6a114f9
apply css to the svg to support dark theme
rhansen182c977
increase font size
rhansen7cd0cb5
attempt to make the svg accessible
rhansene34e224
wrap at 79 chars
rhansen16a29ab
address review feedback, and other tweaks
rhansen018a3c4
be more precise about the finalized mark
rhansen442b7f2
add pdf support, improve epub support
rhansen5ed484a
address feedback, and other improvements
rhansenb7774ae
Merge in the main branch
encukoubb1a94f
Remove redundant notes added in GH-129850
encukoufd38fd4
Merge branch 'main' into docs
ZeroIntensity3573c79
Apply suggestions from code review
ZeroIntensity2633594
Update Doc/c-api/lifecycle.rst
ZeroIntensityc57574a
Mention tp_alloc()
ZeroIntensity878fd27
Avoid using 'do not'
ZeroIntensity1b96fad
Mention PyObject_CallFinalizerFromDealloc()
ZeroIntensitye8c6852
Add some clarifications about tp_finalize()
ZeroIntensity3408919
Say that tp_dealloc() must free.
ZeroIntensityb6023a3
Fix doctest.
ZeroIntensityda3593c
Apply suggestions from code review
ZeroIntensityFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Remove redundant notes added inGH-129850
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitbb1a94fd00ec45ecb7d850494bf710a4f887ea20
There are no files selected for viewing
8 changes: 0 additions & 8 deletionsDoc/c-api/allocation.rst
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.
Uh oh!
There was an error while loading.Please reload this page.
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.