/CPython-Internals

Dive into CPython internals, trying to illustrate every detail of CPython implementation | CPython 源码阅读笔记, 多图展示底层实现细节

Cpython Internals

  • 简体中文
  • Watch this repo if you need to be notified when there's update

This repository is my notes/blog for cpython source code

Trying to illustrate every detail of cpython implementation

# based on version 3.8.0a0
cd cpython
git reset --hard ab54b9a130c88f708077c2ef6c4963b632c132b3

Table of Contents

Objects

Modules

Lib

Interpreter

learning material

I will only recommend what I've read