Home
last modified time | relevance | path

Searched defs:Py_REFCNT (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/python/detail/
Dwrap_python.hpp225 # define Py_REFCNT(o) (((PyObject*)(o))->ob_refcnt) macro
/third_party/python/Include/
Dobject.h121 #define Py_REFCNT(ob) (_PyObject_CAST(ob)->ob_refcnt) macro