Skip to content

Conversation

@markshannon
Copy link
Member

@markshannon markshannon commented Jan 20, 2025

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.

@markshannon markshannon merged commit f5b6356 into python:main Jan 21, 2025
64 checks passed
@markshannon markshannon deleted the entry-frame-check branch January 21, 2025 10:15
@colesbury
Copy link
Contributor

What's the point of FRAME_OWNED_BY_CSTACK now? It doesn't look like it's used at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants