Searched refs:_PyObject_ASSERT_FAILED_MSG (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Objects/ |
H A D | object.c | 38 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 D | typeobject.c | 125 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 D | dictobject.c | 505 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyDict_CheckConsistency()
|
H A D | unicodeobject.c | 504 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 D | object.h | 392 #define _PyObject_ASSERT_FAILED_MSG(obj, msg) \ macro
|
/third_party/python/Modules/ |
H A D | gcmodule.c | 2204 _PyObject_ASSERT_FAILED_MSG(parent, in visit_validate() 2220 _PyObject_ASSERT_FAILED_MSG(op, in PyObject_GC_Track()
|
Completed in 42 milliseconds