]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 11 Jul 2023 19:13:27 +0000 (22:13 +0300)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2023 19:13:27 +0000 (22:13 +0300)
commit579aa89e68a6607398317a50586af781981e89fb
tree9f12badb2781f6af3fcc73ef65a940e885b5683a
parentcabd6e8a107127ff02f0b514148f648fb2472a58
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)

It is a new name of former _PyObject_LookupAttr().

Add also PyObject_GetOptionalAttrString().
Doc/c-api/object.rst
Doc/data/stable_abi.dat
Doc/whatsnew/3.13.rst
Include/abstract.h
Include/cpython/object.h
Include/object.h
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C API/2023-07-07-19-14-00.gh-issue-106521.Veh9f3.rst [new file with mode: 0644]
Misc/stable_abi.toml
Objects/object.c
PC/python3dll.c