Searched refs:_PyObject_ASSERT_WITH_MSG (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Include/cpython/ |
D | object.h | 422 #define _PyObject_ASSERT_WITH_MSG(obj, expr, msg) \ macro 425 _PyObject_ASSERT_WITH_MSG(obj, expr, NULL)
|
/external/python/cpython3/Modules/ |
D | gcmodule.c | 114 _PyObject_ASSERT_WITH_MSG(FROM_GC(g), in gc_decref() 531 _PyObject_ASSERT_WITH_MSG(op, gc_refs > 0, "refcount is too small"); in visit_reachable() 576 _PyObject_ASSERT_WITH_MSG(op, gc_get_refs(gc) > 0, in move_unreachable() 991 _PyObject_ASSERT_WITH_MSG(op, Py_REFCNT(op) > 0, in delete_garbage()
|
/external/python/cpython3/Objects/ |
D | object.c | 215 _PyObject_ASSERT_WITH_MSG(self, in PyObject_CallFinalizerFromDealloc()
|