Searched refs:_PyObject_AssertFailed (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/cpython/ |
D | object.h | 418 : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \ 428 _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__) 435 PyAPI_FUNC(void) _Py_NO_RETURN _PyObject_AssertFailed(
|
/external/python/cpython3/Objects/ |
D | object.c | 122 _PyObject_AssertFailed(op, NULL, "object has negative ref count", in _Py_NegativeRefcount() 2147 _PyObject_AssertFailed(PyObject *obj, const char *expr, const char *msg, in _PyObject_AssertFailed() function
|