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

PEP 667: PyFrame_GetLocals is no longer new #3793

Merged

Conversation

ncoghlan
Copy link
Contributor

@ncoghlan ncoghlan commented May 27, 2024

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
Contributor Author

Prompted by work on python/cpython#119379

@ncoghlan
Copy link
Contributor Author

ncoghlan commented Jun 1, 2024

Merging in parallel with the docs PR.

@ncoghlan ncoghlan merged commit d1aae7b into python:main Jun 1, 2024
7 checks passed
@ncoghlan ncoghlan deleted the pep-667-pyframe_getlocals-is-no-longer-new branch July 4, 2024 02:23
Sign up for free to 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