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
PyInstance has a few core methods for determining if a PyObject* is a TP instance and converting between Instance, (void*, Type*), and PyObject* that could be more explicitly named and cleaned up.
In particular, we should have one API for taking a PyObject to an InstanceRef, and producing a PyObject from an InstanceRef.
The text was updated successfully, but these errors were encountered:
PyInstance has a few core methods for determining if a PyObject* is a TP instance and converting between Instance, (void*, Type*), and PyObject* that could be more explicitly named and cleaned up.
In particular, we should have one API for taking a PyObject to an InstanceRef, and producing a PyObject from an InstanceRef.
The text was updated successfully, but these errors were encountered: