]> granicus.if.org Git - python/commit
bpo-9263: Use _PyObject_ASSERT() in object.c (GH-10110)
authorVictor Stinner <vstinner@redhat.com>
Fri, 26 Oct 2018 15:16:37 +0000 (17:16 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Oct 2018 15:16:37 +0000 (17:16 +0200)
commit24702044afb1d4ad7568bf6aa7450b14dc44a38f
treeff118526e3d5335329aa4391ac285069e71d6874
parent3b1cba3701fd1321a9bdafa9e683f891369f0cfd
bpo-9263: Use _PyObject_ASSERT() in object.c (GH-10110)

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