Home
last modified time | relevance | path

Searched refs:_PyObject_ASSERT_WITH_MSG (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/cpython/
Dobject.h422 #define _PyObject_ASSERT_WITH_MSG(obj, expr, msg) \ macro
425 _PyObject_ASSERT_WITH_MSG(obj, expr, NULL)
/external/python/cpython3/Modules/
Dgcmodule.c114 _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/
Dobject.c215 _PyObject_ASSERT_WITH_MSG(self, in PyObject_CallFinalizerFromDealloc()