Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 2.21 KB

README.md

File metadata and controls

57 lines (45 loc) · 2.21 KB

Cpython Internals

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

favourite blog && learning material

Objects

Modules

Lib

  • re
  • asyncio

Interpreter

  • frame
  • code
  • descr
  • exception
  • module
  • namespace
  • GIL