]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113391: fix outdated PyObject_HasAttr docs (#113420)
authorSergey B Kirpichev <skirpichev@gmail.com>
Mon, 8 Jan 2024 15:23:43 +0000 (18:23 +0300)
committerGitHub <noreply@github.com>
Mon, 8 Jan 2024 15:23:43 +0000 (16:23 +0100)
commit61dd77b04ea205f492498d30637f2d516d8e2a8b
tree4e776b00f7661884653311cd95f2e1195f152b4c
parenta03ec20bcdf757138557127689405b3a525b3c44
gh-113391: fix outdated PyObject_HasAttr docs (#113420)

After #53875: PyObject_HasAttr is not an equivalent of hasattr.
PyObject_HasAttrWithError is; it already has the note.
Doc/c-api/object.rst