GH-128563: Add new frame owner type for interpreter entry frames by markshannon · Pull Request #129078 · python/cpython
The interpreter variable entry_frame is not accessible in the JIT, nor will it be in the tailcalling interpreter.
By adding a new "owner" kind for frames, we can mark entry frames as such without adding another field.