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
Keep using _PyObject_HasAttrId when python version is too old
We could potentionally already use _PyObject_LookupAttrId starting with
python 3.7 instead of 3.10. I'm not sure if we should switch as soon or
as late as possible.
Alternatively we could also try backporting _PyObject_LookupAttrId to
<3.7.
0 commit comments