diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-10-26 18:47:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-26 18:47:15 +0200 |
commit | 50fe3f8913c503e63f4cfb8ddcf8641ef7ad0722 (patch) | |
tree | 371e51f8230246106bf5a3cacd47c4fb747f505c /Lib/idlelib/help.py | |
parent | 0862505a0377c12e8004b2eb8de0555f26ce9530 (diff) | |
download | cpython-git-50fe3f8913c503e63f4cfb8ddcf8641ef7ad0722.tar.gz |
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.
Diffstat (limited to 'Lib/idlelib/help.py')
0 files changed, 0 insertions, 0 deletions