8000 Add section about the design of CPython's garbage collector · python/devguide@42d4a50 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 42d4a50

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

8 files changed

+390
-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: 386 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)
0