This repository is my notes/blog for cpython source code
Trying to illustrate every detail of cpython implementation
```shell script
cd cpython git reset –hard ab54b9a130c88f708077c2ef6c4963b632c132b3 ```
The following contents are suitable for those who have python programming experience and interested in internal of python interpreter, for those who needs beginner or advanced material please refer to awesome-python-books
__get__
/__getattribute__
/__getattr__
)__slots__
(how does attribute initialized in the creation of class/instance)I will only recommend what I’ve read
All kinds of contributions are welcome