Home
last modified time | relevance | path

Searched refs:_Py_NegativeRefcount (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/
Dobject.h397 PyAPI_FUNC(void) _Py_NegativeRefcount(const char *filename, int lineno,
425 _Py_NegativeRefcount(filename, lineno, op); in _Py_DECREF()
/third_party/python/Objects/
Dobject.c120 _Py_NegativeRefcount(const char *filename, int lineno, PyObject *op) in _Py_NegativeRefcount() function