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/
H A Dobject.h361 _PyObject_ASSERT_FROM(), _PyObject_ASSERT_WITH_MSG() and _PyObject_ASSERT().
387 #define _PyObject_ASSERT_WITH_MSG(obj, expr, msg) \ macro
390 _PyObject_ASSERT_WITH_MSG(obj, expr, NULL)
/third_party/python/Modules/
H A Dgcmodule.c113 _PyObject_ASSERT_WITH_MSG(FROM_GC(g), in gc_decref()
540 _PyObject_ASSERT_WITH_MSG(op, gc_refs > 0, "refcount is too small"); in visit_reachable()
585 _PyObject_ASSERT_WITH_MSG(op, gc_get_refs(gc) > 0, in move_unreachable()
1000 _PyObject_ASSERT_WITH_MSG(op, Py_REFCNT(op) > 0, in delete_garbage()
/third_party/python/Objects/
H A Dobject.c228 _PyObject_ASSERT_WITH_MSG(self, in PyObject_CallFinalizerFromDealloc()

Completed in 7 milliseconds