Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobject.h716 #define _Py_CHECK_REFCNT(OP) \ macro
725 #define _Py_CHECK_REFCNT(OP) /* a semicolon */; macro
/external/python/cpython3/Include/
Dobject.h735 #define _Py_CHECK_REFCNT(OP) \ macro
748 #define _Py_CHECK_REFCNT(OP) /* a semicolon */; macro