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

gh-118934: Fix PyEval_GetLocals docs (PEP 667) #119932

Merged
merged 4 commits into from
Jun 2, 2024

Commits on Jun 2, 2024

  1. pythongh-118934: Fix PyEval_GetLocals docs (PEP 667)

    PEP 667's description of the planned changes to PyEval_GetLocals
    was internally inconsistent when accepted, so the docs added for
    pythongh-74929 didn't match either the current behaviour or the intended
    behaviour once pythongh-118934 is fixed.
    
    This PR updates the documentation and 3.13 What's New to match the
    intended behaviour (once pythongh-118934 is fixed).
    ncoghlan committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    4906559 View commit details
    Browse the repository at this point in the history
  2. Add missing full stop

    ncoghlan committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    bb7b16f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a95f35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97aac6f View commit details
    Browse the repository at this point in the history