Searched defs:_Py_RefcntAdd (Results 1 – 1 of 1) sorted by relevance
123 static inline void _Py_RefcntAdd(PyObject* op, Py_ssize_t n) in _Py_RefcntAdd() function151 #define _Py_RefcntAdd(op, n) _Py_RefcntAdd(_PyObject_CAST(op), n) macro