Searched refs:_PyObject_ASSERT_FAILED_MSG (Results 1 – 6 of 6) sorted by relevance
437 #define _PyObject_ASSERT_FAILED_MSG(obj, msg) \ macro
1932 _PyObject_ASSERT_FAILED_MSG(op, in PyObject_GC_Track()
29 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyObject_CheckConsistency()
463 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyDict_CheckConsistency()
141 …do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG((PyObject *)type, Py_STRINGIFY(expr)); } } while (… in _PyType_CheckConsistency()
446 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyUnicode_CheckConsistency()