You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add an alternative API to PyAnyMethods::getattr that returns Option<Bound<'py, PyAny>>, leveraging PyObject_GetOptionalAttr added in Python 3.13 and emulating it on older C API versions.
We should add an alternative API to
PyAnyMethods::getattr
that returnsOption<Bound<'py, PyAny>>
, leveragingPyObject_GetOptionalAttr
added in Python 3.13 and emulating it on older C API versions.Originally posted by @davidhewitt in #4819 (comment)
The text was updated successfully, but these errors were encountered: