Searched refs:py3__Py_DECREF (Results 1 – 2 of 2) sorted by relevance
643 py3__Py_DECREF(const char *filename UNUSED, int lineno UNUSED, PyObject *op) in py3__Py_DECREF() function661 # define Py_DECREF(op) py3__Py_DECREF(__FILE__, __LINE__, _PyObject_CAST(op))
39770 Solution: Implement py3__Py_DECREF() and py3__Py_XDECREF(). (Ken Takata,