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
For the time being HPy only exposes PyObject_HasAttr and I think we should change its semantics to match the PyObject_HasAttrEx suggested in the issue. For older CPython versions using a hand-written implementation and for newer delegating to PyObject_HasAttrEx if it makes it upstream.
The text was updated successfully, but these errors were encountered:
I think that issue capi-workgroup/problems#51 raises (pun intended) good points about APIs such as:
For the time being HPy only exposes
PyObject_HasAttr
and I think we should change its semantics to match thePyObject_HasAttrEx
suggested in the issue. For older CPython versions using a hand-written implementation and for newer delegating toPyObject_HasAttrEx
if it makes it upstream.The text was updated successfully, but these errors were encountered: