# Documentation In Python 3.13, `PyObject_HasAttr` doc says: > Exceptions that occur when this calls `__getattr__()` and `__getattribute__()` methods are silently ignored. But its exception behavior after https://github.com/python/cpython/pull/106674 is to report all exceptions other than `AttributeError`. <!-- gh-linked-prs --> ### Linked PRs * gh-125907 * gh-128283 <!-- /gh-linked-prs -->