SIGN IN SIGN UP

bpo-9263: Use _PyObject_ASSERT() in gcmodule.c (GH-10112)

Replace assert() with _PyObject_ASSERT() in Modules/gcmodule.c
to dump the faulty object on assertion failure to ease debugging.

Fix also indentation of a large comment.

Initial patch written by David Malcolm.

Co-Authored-By: David Malcolm <dmalcolm@redhat.com>
V
Victor Stinner committed
a4b2bc70f69d93d8252861b455052c051b7167ae
Parent: 2470204
Committed by GitHub <noreply@github.com> on 10/26/2018, 4:00:13 PM