Skip to content

Commit b51f737

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

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.spellcheck_exceptions_dictionary.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PAAS
1414
VHD
1515
AMI
1616
FPM
17-
17+
GC
1818

1919
# authors
2020
Rossum
@@ -58,7 +58,8 @@ issubclasshook
5858
issubclass
5959
metaclass
6060

61-
# python keywords
61+
62+
# python keywords:
6263
pprint
6364
getitem
6465
stdtypes
@@ -81,6 +82,7 @@ classinfo
8182
isinstance
8283
issubclass
8384

85+
8486
# technology:
8587
FastAPI
8688
flexx

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)