SIGN IN SIGN UP

bpo-9263: _PyXXX_CheckConsistency() use _PyObject_ASSERT() (GH-10108)

Use _PyObject_ASSERT() in:

* _PyDict_CheckConsistency()
* _PyType_CheckConsistency()
* _PyUnicode_CheckConsistency()

_PyObject_ASSERT() dumps the faulty object if the assertion fails
to help debugging.
V
Victor Stinner committed
50fe3f8913c503e63f4cfb8ddcf8641ef7ad0722
Parent: 0862505
Committed by GitHub <noreply@github.com> on 10/26/2018, 4:47:15 PM