Skip to content

Commit 2788525

Browse files
committed
docs: add GC
1 parent 1eae89d commit 2788525

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- [Compiler | Interpreter](https://github.com/python/cpython)
1919
- [Bennett, J. 2019. See CPython run: Getting to know your Python interpreter. North Bay Python](https://www.youtube.com/watch?v=tzYhv61piNY)
2020
- [Type System](https://typing.python.org/en/latest/spec/index.html)
21+
- [GC](https://docs.python.org/3/library/gc.html)
2122
- [Memory Model](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-fall-2011/pages/readings/python-cost-model/)
2223
- [Language Reference](https://docs.python.org/3/reference/index.html)
2324
- [Standard Library](https://docs.python.org/3/library/index.html)

0 commit comments

Comments
 (0)