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.h133 #define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST_CONST(ob)) macro