Uh oh!
There was an error while loading. Please reload this page.
Add section about the design of CPython's garbage collector - #562
Conversation
a3b94ff to
42d4a50ComparePreview available here: https://deploy-preview-562--cpython-devguide.netlify.com/garbage_collector.html |
d8105aa to
e59e382CompareUh oh!
There was an error while loading. Please reload this page.
Co-Authored-By: Tim Peters <tim.peters@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Co-Authored-By: Tim Peters <tim.peters@gmail.com>
pablogsal
commented
Jan 20, 2020
@tim-one I hope you like this addition to the dev guide :) |
Uh oh!
There was an error while loading. Please reload this page.
Co-Authored-By: Tim Peters <tim.peters@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-Authored-By: Tim Peters <tim.peters@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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 🎉 |
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>
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