Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dobject.h422 #define _PyObject_ASSERT_WITH_MSG(obj, expr, msg) \ macro
425 _PyObject_ASSERT_WITH_MSG(obj, expr, NULL)
/third_party/python/Modules/
Dgcmodule.c113 _PyObject_ASSERT_WITH_MSG(FROM_GC(g), in gc_decref()
544 _PyObject_ASSERT_WITH_MSG(op, gc_refs > 0, "refcount is too small"); in visit_reachable()
589 _PyObject_ASSERT_WITH_MSG(op, gc_get_refs(gc) > 0, in move_unreachable()
1004 _PyObject_ASSERT_WITH_MSG(op, Py_REFCNT(op) > 0, in delete_garbage()
/third_party/python/Objects/
Dobject.c235 _PyObject_ASSERT_WITH_MSG(self, in PyObject_CallFinalizerFromDealloc()