-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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: Clarify impact on PyEval_GetLocals #3809
Conversation
See Implementation Notes in the updated PEP for details of the correction/clarification and the rationale for it. The discrepancy was detected when writing the documentation for python/cpython#74929 and when reviewing python/cpython#118934
Converted to draft, as the discussion on python/cpython#119769 makes it clear the end state for the |
Request to the SC posted to ask for help in choosing the semantics implemented for |
SC has confirmed that |
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
I am combining this PR with the one clarifying the Python API changes in #3845 rather than keeping them separate. |
See Implementation Notes in the updated PEP for details of the correction/clarification and the rationale for it.
The discrepancy was detected when writing the documentation for python/cpython#74929 and when reviewing python/cpython#118934
PEP 123: Summary of changes
)📚 Documentation preview 📚: https://pep-previews--3809.org.readthedocs.build/