Introduction to the Python Interpreter, Part 2: Code Objects

from blog Allison Kaptur, | ↗ original
[Edit: A significantly expanded version of this series appears as a chapter in The Architecture of Open Source Applications, volume 4, as A Python Interpreter Written in Python.] This is part of a series on the python interpreter. Part 1 here. When we left our heroes, they were examining a simple function object. Let’s now dive a level deeper,...