-
-
Notifications
You must be signed in to change notification settings - Fork 844
Add section about the design of CPython's garbage collector #562
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
Conversation
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
a3b94ff
to
42d4a50
Compare
Preview available here: https://deploy-preview-562--cpython-devguide.netlify.com/garbage_collector.html |
d8105aa
to
e59e382
Compare
tim-one
reviewed
Jan 20, 2020
Co-Authored-By: Tim Peters <tim.peters@gmail.com>
tim-one
reviewed
Jan 20, 2020
Co-Authored-By: Tim Peters <tim.peters@gmail.com>
@tim-one I hope you like this addition to the dev guide :) |
tim-one
reviewed
Jan 20, 2020
Co-Authored-By: Tim Peters <tim.peters@gmail.com>
brettcannon
approved these changes
Jan 20, 2020
Co-Authored-By: Tim Peters <tim.peters@gmail.com>
tim-one
reviewed
Jan 21, 2020
tim-one
reviewed
Jan 21, 2020
tim-one
reviewed
Jan 21, 2020
tim-one
reviewed
Jan 21, 2020
tim-one
reviewed
Jan 21, 2020
tim-one
reviewed
Jan 21, 2020
tim-one
reviewed
Jan 21, 2020
encukou
reviewed
Jan 21, 2020
Co-Authored-By: Tim Peters <tim.peters@gmail.com>
This is getting very big already so am going to go ahead and land it and future improvements/fixes can be made as separate PRs. Thanks a lot to everyone involved for your useful comments, reviews and suggestions 🎉 |
AA-Turner
pushed a commit
to AA-Turner/devguide
that referenced
this pull request
Jun 17, 2022
Co-Authored-By: Tim Peters <tim.peters@gmail.com> Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Brett Cannon <brettcannon@users.noreply.github.com>
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.
The design of CPython's garbage collector is normally not very well documented anywhere in detail or the documentation is dispersed across multiple places and it on top of that it has plenty of arcane implementation details that difficulties its understanding by just reading the code.
This section is an expanded version of my talk at PyconUS: https://www.youtube.com/watch?v=CLW5Lyc1FN8&t=1428s