Skip to content

GH-128563: Add new frame owner type for interpreter entry frames #129078

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 21, 2025

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants