Skip to content

Commit d43d6e9

Browse files
pablogsaltim-oneterryjreedybrettcannon
authored
Add section about the design of CPython's garbage collector (#562)
Co-Authored-By: Tim Peters <[email protected]> Co-Authored-By: Terry Jan Reedy <[email protected]> Co-authored-by: Brett Cannon <[email protected]>
1 parent a46588f commit d43d6e9

8 files changed

+491
-1
lines changed

appendix.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Language development in depth
5151
* :doc:`exploring`
5252
* :doc:`grammar`
5353
* :doc:`compiler`
54+
* :doc:`garbage_collector`
5455
* :doc:`stdlibchanges`
5556
* :doc:`langchanges`
5657
* :doc:`porting`
@@ -64,4 +65,4 @@ Testing and continuous integration
6465
* :doc:`buildbots`
6566
* :doc:`buildworker`
6667
* :doc:`coverity`
67-
68+

garbage_collector.rst

Lines changed: 487 additions & 0 deletions
Large diffs are not rendered by default.
4.31 KB
Loading
4.24 KB
Loading
4.76 KB
Loading
4.75 KB
Loading
5.58 KB
Loading

index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ Additional Resources
260260
* :doc:`exploring`
261261
* :doc:`grammar`
262262
* :doc:`compiler`
263+
* :doc:`garbage_collector`
263264
* Tool support
264265
* :doc:`gdb`
265266
* :doc:`clang`
@@ -317,6 +318,7 @@ Full Table of Contents
317318
exploring
318319
grammar
319320
compiler
321+
garbage_collector
320322
extensions
321323
coverity
322324
clang

0 commit comments

Comments
 (0)