Inside the Python VM: Frame Objects
摘要
In previous chapters, we briefly examined the structure of Code Objects and function objects. We learned that each function contains a Code Object, which serves as the smallest executable unit. Having traced from the lowest-level Code Object up to the function, we will now continue this journey upward to see what happens during the execution of a function.