10000 gh-118934: Fix PyEval_GetLocals docs (PEP 667) by ncoghlan · Pull Request #119932 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

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

Merged
merged 4 commits into from
Jun 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing full stop
  • Loading branch information
ncoghlan committed Jun 2, 2024
commit bb7b16fbda864e7ddbde8430c16a2b8e2e613be2
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ updated shared ``dict`` instance with undefined runtime semantics.

See :pep:`667` for more details, including related C API changes and deprecations. Porting
notes are also provided below for the affected :ref:`Python APIs <pep667-porting-notes-py>`
and :ref:`C APIs <pep667-porting-notes-c>`
and :ref:`C APIs <pep667-porting-notes-c>`.

(PEP and implementation contributed by Mark Shannon and Tian Gao in
:gh:`74929`. Documentation updates provided by Guido van Rossum and
Expand Down
Loading
0