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
Assembler for CPython bytecode in dis-like format with macros