Deep Dive into the Execution Environment of Python's Virtual Machine: Stack Frame Objects
Since much of the dynamic information cannot be statically stored in the PyCodeObject, once a PyCodeObject is handed over to the virtual machine, it dynamically constructs a PyFrameObject, which is th···