]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 11 Jul 2023 20:04:12 +0000 (23:04 +0300)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2023 20:04:12 +0000 (23:04 +0300)
commit4bf43710d1e1f19cc46b116b5d8524f6c75dabfa
treef005fe94ab083da1f9a21485f51373efa7cf8008
parentb444bfb0a325dea8c29f7b1828233b00fbf4a1cb
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)

Also add PyMapping_GetOptionalItemString() function.
15 files changed:
Doc/c-api/mapping.rst
Doc/data/stable_abi.dat
Doc/whatsnew/3.13.rst
Include/abstract.h
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C API/2023-07-08-12-24-17.gh-issue-106307.FVnkBw.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/_lzmamodule.c
Modules/_pickle.c
Objects/abstract.c
PC/python3dll.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/import.c