-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
Description
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 #106674 is to report all exceptions other than AttributeError.
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Todo