Skip to content
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

WIP: gh-91371: Add PyFrameStack C API #119596

Closed
wants to merge 1 commit into from

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented May 27, 2024

@vstinner
Copy link
Member Author

vstinner commented May 27, 2024

Stupid example which does nothing:

import _testinternalcapi
framestack = _testinternalcapi.pyframestack()
framestack.swap()
del framestack

@vstinner vstinner closed this Jun 17, 2024
@vstinner vstinner deleted the pyframestack branch June 17, 2024 20:10
@vstinner
Copy link
Member Author

greenlet needs to access members which are saved, it doesn't work with an opaque structure.

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.

1 participant