-
-
Notifications
You must be signed in to change notification settings - Fork 853
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
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
10ee4fd
Add section about the design of CPython's garbage collector
pablogsal 8aac485
Fix several typos
pablogsal 7776e14
Update garbage_collector.rst
pablogsal c72ce11
Fix more typos
pablogsal 410487b
Update garbage_collector.rst
pablogsal b18da79
Update garbage_collector.rst
pablogsal 25d7555
Apply suggestions from code review
pablogsal 811235f
Fix more typos
pablogsal 8b72c71
Update garbage_collector.rst
pablogsal 3b84282
Update garbage_collector.rst
pablogsal 0d3f322
Apply suggestions from code review
pablogsal d84a267
Apply suggestions from code review
pablogsal 5ca46f7
Fix indentation and rework incomplete sentence
pablogsal 404fcc5
Fix more indentation
pablogsal 8fc0547
Rework sentence about _gc_prev
pablogsal e956478
Update garbage_collector.rst
pablogsal 47190cd
Fix indentation
pablogsal 722a99c
Fix quotes
pablogsal b40b030
Fix typo and indentation
pablogsal 111b2bb
Update garbage_collector.rst
pablogsal 2ec5002
Update garbage_collector.rst
pablogsal 7c8e02a
Add author section
pablogsal e51d354
Add a warning section regarding tagged pointers
pablogsal 411037f
Add reference to the memory layout
pablogsal 4081607
Fix link to the generation section
pablogsal 03178a0
Apply suggestions from code review
pablogsal 6d01e46
Fix more typos
pablogsal 4321593
Address Petr feedback and fix more typos
pablogsal 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
Apply suggestions from code review
Co-Authored-By: Tim Peters <tim.peters@gmail.com>
- Loading branch information
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
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.