Dive into CPython internals, trying to illustrate every detail of CPython implementation
-
Updated
Feb 3, 2026 - C
Dive into CPython internals, trying to illustrate every detail of CPython implementation
Scans Python packages for abi3 violations and inconsistencies
Extended Inspect - View and modify memory structures of runtime objects.
Learn CPython internals by customizing the interpreter.
Programmatic access to Python's limited API and abi3 information
Personal notes on optimizations in CPython
A Python debugging library for detailed code execution tracing. This library provides utilities for tracing Python code execution with detailed information about variables, function calls, and execution flow.
Assembler for CPython bytecode in dis-like format with macros
A complete visual teardown of CPython 3.15, taught from absolute zero and specified precisely enough to rebuild a compatible Python from scratch in Go or Rust. Reactive notebooks, animations and browser playgrounds, with a normative blueprint set and a conformance scorecard attached.
Exploring CPython internals by re-implementing built-in functions in C. | Python'un çekirdek yapısını ve C-API dünyasına keşif yolculuğu.
To associate your repository with the cpython-internals topic, visit your repo's landing page and select "manage topics."