Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Oct 25, 2018

Use _PyObject_ASSERT() in:

  • _PyBytesWriter_CheckConsistency()
  • _PyDict_CheckConsistency()
  • _PyType_CheckConsistency()
  • _PyUnicode_CheckConsistency()

_PyObject_ASSERT() dumps the object if the assertion fails to help
debug.

https://bugs.python.org/issue9263

Use _PyObject_ASSERT() in:

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

_PyObject_ASSERT() dumps the object if the assertion fails to help
debug.
@serhiy-storchaka serhiy-storchaka self-requested a review October 26, 2018 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants