Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobject.h824 #define Py_XINCREF(op) do { if ((op) == NULL) ; else Py_INCREF(op); } while (0) macro
/external/python/cpython3/Include/
Dobject.h852 #define Py_XINCREF(op) \ macro