CPython Internals
1.0.0
這個儲存庫是我的 cpython 原始碼筆記/博客
試圖說明cpython實現的每一個細節
# based on version 3.8.0a0
cd cpython
git reset --hard ab54b9a130c88f708077c2ef6c4963b632c132b3
以下內容適合有Python程式設計經驗並且對Python解釋器內部感興趣的人,需要初級或高級材料的人請參閱awesome-python-books
__get__
/ __getattribute__
/ __getattr__
) __slots__
(在建立類別/實例時如何初始化屬性) 我只會推薦我讀過的內容
歡迎各類貢獻