Skip to content

gh-108991: replace _PyFrame_GetState by two simpler functions - #108992

Merged
iritkatriel merged 2 commits into
python:mainfrom
iritkatriel:frameobject
Sep 6, 2023
Merged

gh-108991: replace _PyFrame_GetState by two simpler functions#108992
iritkatriel merged 2 commits into
python:mainfrom
iritkatriel:frameobject

Conversation

@iritkatriel

@iritkatriel iritkatriel commented Sep 6, 2023

Copy link
Copy Markdown
Member

Comment thread Objects/frameobject.c Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

interpreter-core (Objects, Python, Grammar, and Parser dirs) skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

_PyFrame_GetState is misnamed and does more than it needs to

3 participants