Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dobject.h437 #define _PyObject_ASSERT_FAILED_MSG(obj, msg) \ macro
/external/python/cpython3/Modules/
Dgcmodule.c1932 _PyObject_ASSERT_FAILED_MSG(op, in PyObject_GC_Track()
/external/python/cpython3/Objects/
Dobject.c29 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyObject_CheckConsistency()
Ddictobject.c463 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyDict_CheckConsistency()
Dtypeobject.c141 …do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG((PyObject *)type, Py_STRINGIFY(expr)); } } while (… in _PyType_CheckConsistency()
Dunicodeobject.c446 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyUnicode_CheckConsistency()