Skip to content

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

Notifications You must be signed in to change notification settings

ls0602152/CPython-Internals

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published