Skip to content

Commit 10ee4fd

Browse files
committed
Add section about the design of CPython's garbage collector
1 parent fb3df5a commit 10ee4fd

8 files changed

+390
-1
lines changed

appendix.rst

+2-1
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

+386
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

+2
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)