Searched defs:Py_DECREF (Results 1 – 2 of 2) sorted by relevance
482 #define Py_DECREF(op) _Py_DECREF(__FILE__, __LINE__, _PyObject_CAST(op)) macro
771 #define Py_DECREF(op) \ macro