bpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFailed() (GH-10109)
authorVictor Stinner <vstinner@redhat.com>
Fri, 26 Oct 2018 00:12:34 +0000 (02:12 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Oct 2018 00:12:34 +0000 (02:12 +0200)
commit3ec9af75f6825a32f369ee182a388c365db241b6
tree24c62eb4ca7b34034abb7eb5b1a0eff083f41b99
parentc89a93271447ec65e83a1dc7605e62dbf272cafd
bpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFailed() (GH-10109)

_Py_NegativeRefcount() now uses _PyObject_AssertFailed() to dump the
object to help debugging.
Lib/test/test_capi.py
Objects/object.c