]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108314: Add PyDict_ContainsString() function (#108323)
authorVictor Stinner <vstinner@python.org>
Thu, 24 Aug 2023 13:59:12 +0000 (15:59 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2023 13:59:12 +0000 (15:59 +0200)
commit67266266469fe0e817736227f39537182534c1a5
tree1ae99ebf16335cbd67678f3911702e9819cbe039
parentc163d7f0b67a568e9b64eeb9c1cbbaa127818596
gh-108314: Add PyDict_ContainsString() function (#108323)
Doc/c-api/dict.rst
Doc/whatsnew/3.13.rst
Include/cpython/dictobject.h
Lib/test/test_capi/test_dict.py
Misc/NEWS.d/next/C API/2023-08-22-18-45-20.gh-issue-108314.nOlmwq.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c
Modules/_testcapi/dict.c
Objects/dictobject.c
Python/pylifecycle.c
Python/pythonrun.c