Skip to content

PEP 667: PyFrame_GetLocals is no longer new - #3793

Merged
ncoghlan merged 1 commit into
python:mainfrom
ncoghlan:pep-667-pyframe_getlocals-is-no-longer-new
Jun 1, 2024
Merged

PEP 667: PyFrame_GetLocals is no longer new#3793
ncoghlan merged 1 commit into
python:mainfrom
ncoghlan:pep-667-pyframe_getlocals-is-no-longer-new

Conversation

@ncoghlan

@ncoghlanncoghlan commented May 27, 2024

Copy link
Copy Markdown
Contributor

PyFrame_GetLocals was already added back in Python 3.11, so PEP 667 is changing it rather than adding it.

(Discrepancy picked up while writing the C API docs update)


📚 Documentation preview 📚: https://pep-previews--3793.org.readthedocs.build/

PyFrame_GetLocals was already added back in Python 3.11,
so PEP 667 is changing it rather than adding it.
(Discrepancy picked up while writing the C API docs update)
@ncoghlan

Copy link
Copy Markdown
ContributorAuthor

Prompted by work on python/cpython#119379

@ncoghlan

Copy link
Copy Markdown
ContributorAuthor

Merging in parallel with the docs PR.

@ncoghlan
ncoghlan merged commit d1aae7b into python:mainJun 1, 2024
@ncoghlan
ncoghlan deleted the pep-667-pyframe_getlocals-is-no-longer-new branch July 4, 2024 02:23
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ncoghlan