Use Py_TYPE() and Py_REFCNT() macros (GH-3932)
Don't access directly PyObject.ob_type and PyObject.ob_refcnt members.
Showing
Please register or sign in to comment
Don't access directly PyObject.ob_type and PyObject.ob_refcnt members.