cpython-internals
There are 8 repositories under cpython-internals topic.
zpoint/CPython-Internals
Dive into CPython internals, trying to illustrate every detail of CPython implementation
pypa/abi3audit
Scans Python packages for abi3 violations and inconsistencies
ionite34/einspect
Extended Inspect - View and modify memory structures of runtime objects.
pkolchanov/CustomizingPython
Learn CPython internals by customizing the interpreter.
woodruffw/abi3info
Programmatic access to Python's limited API and abi3 information
Fidget-Spinner/cpython_optimization_notes
Personal notes on optimizations in CPython
egormanga/pyssembly
Assembler for CPython bytecode in dis-like format with macros
qiwihui/CPythonInternalNotes
Notes for CPython Internal