PyGenObject.gi_frame

The gi_ prefix is intended to remind of generator-iterator.

Note: gi_frame can be NULL if the generator is "finished"

struct PyGenObject
PyFrameObject* gi_frame;

Meta