Skip to content

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

Closed
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:pyframestack
Closed

WIP: gh-91371: Add PyFrameStack C API#119596
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:pyframestack

Conversation

@vstinner

@vstinnervstinner commented May 27, 2024

Copy link
Copy Markdown
Member

@vstinner

vstinner commented May 27, 2024

Copy link
Copy Markdown
MemberAuthor

Stupid example which does nothing:

import_testinternalcapiframestack=_testinternalcapi.pyframestack()
framestack.swap()
delframestack

@vstinner
vstinner deleted the pyframestack branch June 17, 2024 20:10
@vstinner

Copy link
Copy Markdown
MemberAuthor

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

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner