Home
last modified time | relevance | path

Searched refs:_PyObject_ASSERT_FAILED_MSG (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Objects/
H A Dobject.c38 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyObject_CheckConsistency()
218 _PyObject_ASSERT_FAILED_MSG(self, in PyObject_CallFinalizerFromDealloc()
2043 _PyObject_ASSERT_FAILED_MSG(op, "negative refcnt"); in _Py_ForgetReference()
2049 _PyObject_ASSERT_FAILED_MSG(op, "invalid object chain"); in _Py_ForgetReference()
2061 _PyObject_ASSERT_FAILED_MSG(op, in _Py_ForgetReference()
H A Dtypeobject.c125 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG((PyObject *)type, Py_STRINGIFY(expr)); } } while (0) in _PyType_CheckConsistency()
4317 _PyObject_ASSERT_FAILED_MSG((PyObject *)type, msg); in type_traverse()
H A Ddictobject.c505 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyDict_CheckConsistency()
H A Dunicodeobject.c504 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyUnicode_CheckConsistency()
1939 _PyObject_ASSERT_FAILED_MSG(unicode, "Immortal interned string died"); in unicode_dealloc()
/third_party/python/Include/cpython/
H A Dobject.h392 #define _PyObject_ASSERT_FAILED_MSG(obj, msg) \ macro
/third_party/python/Modules/
H A Dgcmodule.c2204 _PyObject_ASSERT_FAILED_MSG(parent, in visit_validate()
2220 _PyObject_ASSERT_FAILED_MSG(op, in PyObject_GC_Track()

Completed in 42 milliseconds