We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eae89d commit 2788525Copy full SHA for 2788525
1 file changed
README.md
@@ -18,6 +18,7 @@
18
- [Compiler | Interpreter](https://github.com/python/cpython)
19
- [Bennett, J. 2019. See CPython run: Getting to know your Python interpreter. North Bay Python](https://www.youtube.com/watch?v=tzYhv61piNY)
20
- [Type System](https://typing.python.org/en/latest/spec/index.html)
21
+ - [GC](https://docs.python.org/3/library/gc.html)
22
- [Memory Model](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-fall-2011/pages/readings/python-cost-model/)
23
- [Language Reference](https://docs.python.org/3/reference/index.html)
24
- [Standard Library](https://docs.python.org/3/library/index.html)
0 commit comments